ROLLUPADDISSUBTOTAL is a DAX function that identifies a subset of columns in the SUMMARIZECOLUMNS function to calculate groups of subtotals.
Syntax
ROLLUPADDISSUBTOTAL(
GrandtotalFilter,
[ GroupBy_ColumnName, ... ],
[ Name, ... ],
[ GroupLevelFilter, ... ]
)
| Argument | Properties | Description |
|---|---|---|
| GrandtotalFilter | Optional | Filter to be applied to the grandtotal level. |
| GroupBy_ColumnName | Repeatable | A column to be returned. |
| Name | Repeatable | A column name to be added. |
| GroupLevelFilter | Optional, Repeatable | Filter to be applied to the current level. |