ROLLUPGROUP

Updated on

ROLLUPGROUP is a DAX function that identifies a subset of columns in the SUMMARIZE function to calculate groups of subtotals.

Syntax

ROLLUPGROUP( [ GroupBy_ColumnName, ... ] )
Argument Properties Description
GroupBy_ColumnName Repeatable A column to be returned.

Return Values

This function does not return a value. It marks a set of columns to be treated as a single group during subtotaling by ROLLUP or ROLLUPADDISSUBTOTAL.

Remarks

ROLLUPGROUP can only be used as a groupBy_columnName argument to ROLLUP, ROLLUPADDISSUBTOTAL, or ROLLUPISSUBTOTAL.

Example

See SUMMARIZE and SUMMARIZECOLUMNS.

Other functions related to ROLLUPGROUP are:

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

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