EXPAND is a DAX function that retrieves a context with added detail levels compared to the current context.
Syntax
EXPAND(
Expression,
Axis,
[ Column, ... ],
N
)
Argument | Properties | Description |
---|---|---|
Expression | Optional | The expression to be evaluated in the new context. |
Axis | Optional | An axis reference. |
Column | Optional, Repeatable | A column in the data grid. |
N | Optional | The number of levels to expand. If omitted, the default value is 1. |