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