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. |
ROLLUP is a DAX function that identifies a subset of columns in the SUMMARIZE function to calculate subtotals.
ROLLUP( [ GroupBy_ColumnName, ... ] )
| Argument | Properties | Description |
|---|---|---|
| GroupBy_ColumnName | Repeatable | A column to be returned. |
This function does not return a value. It only specifies the set of columns to be subtotaled.
This function can only be used within a SUMMARIZE expression.
See SUMMARIZE.
Other functions related to ROLLUP are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy