COLLAPSEALL is a DAX function that retrieves a context with removed detail levels along an axis, enabling navigation to the highest level on the axis and acting as the inverse of EXPANDALL.
Syntax
COLLAPSEALL(
Expression,
Axis
)
Argument | Properties | Description |
---|---|---|
Expression | Optional | The expression to be evaluated in the new context. |
Axis | An axis reference. |