ROLLUPADDISSUBTOTAL

Updated on

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.

Return Values

The function does not return a value.

Remarks

None

Example

See SUMMARIZECOLUMNS.

Other functions related to ROLLUPADDISSUBTOTAL are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/rollupaddissubtotal-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy