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
This function can only be used within a GROUPBY expression.
This function takes no arguments and is only supported as the first argument to one of the following aggregation functions: AVERAGEX, COUNTAX, COUNTX, GEOMEANX, MAXX, MINX, PRODUCTX, STDEVX.S, STDEVX.P, SUMX, VARX.S, VARX.P.
See GROUPBY.
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy