EXPANDALL is a DAX function that retrieves a context with all added detail levels along an axis compared to the current context.
Syntax
EXPANDALL(
Expression,
Axis
)
Argument | Properties | Description |
---|---|---|
Expression | Optional | The expression to be evaluated in the new context. |
Axis | An axis reference. |