ROLLUPGROUP is a DAX function that identifies a subset of columns in the SUMMARIZE function to calculate groups of subtotals.
Syntax
ROLLUPGROUP( [ GroupBy_ColumnName, ... ] )
Argument | Properties | Description |
---|---|---|
GroupBy_ColumnName | Repeatable | A column to be returned. |