ROLLUP

Updated on

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.

Return Values

This function does not return a value. It only specifies the set of columns to be subtotaled.

Remarks

This function can only be used within a SUMMARIZE expression.

Example

See SUMMARIZE.

Other functions related to ROLLUP are:

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

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