ROLLUPISSUBTOTAL DAX Function (Table manipulation)
Pairs up the rollup groups with the column added by ROLLUPADDISSUBTOTAL.
Syntax
Parameter | Attributes | Description |
---|---|---|
GrandtotalFilter | Optional |
Filter to be applied to the grandtotal level. |
GroupBy_ColumnName | Repeatable |
A column to be returned. |
IsSubtotal_ColumnName | Repeatable |
An added IsSubtotal column. |
GroupLevelFilter | Optional Repeatable |
Filter to be applied to the current level. |
Return values
The function does not return a value. It only marks a subset of columns to ADDMISSINGITEMS.
Remarks
The ROLLUPISSUBTOTAL function is used exclusively within ADDMISSINGITEMS.
Related functions
Other related functions are:
Last update: Jan 23, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo, Imke Feldmann