CURRENTGROUP

Updated on

CURRENTGROUP is a DAX function that provides access to the subtable representing the current group in a GroupBy function and can only be used inside a GroupBy function.

Syntax

CURRENTGROUP( )

Return Values

The rows in the table argument of the GROUPBY function corresponding to one group of values of the groupBy_columnName arguments.

Remarks

Example

See GROUPBY.

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

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