> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MDX Drillthrough Query

> Reference for the `MDXDTQuery` query type in a DEE order, used to run an extraction from a raw `mdx` statement against a cube, with optional `context` values.

## JSON Structure

```json theme={"languages":{"custom":["/engine/python-sdk/0.9/languages/pycon.tmLanguage.json"]}}
"queries": [
  {
    "@type": "MDXDTQuery",
    "mdx": "MDX here",
    "context": {
      "key": "value"
    }
  }
]
```

## Property Details

| Property | Values                         | Default Value |
| -------- | ------------------------------ | ------------- |
| mdx      | String - MDX to run extraction |               |
| context  | Map - Context values           |               |
