ISSUBTOTAL is a DAX function that returns TRUE if the current row contains a subtotal for a specified column, and FALSE otherwise.
Syntax
ISSUBTOTAL( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | The column you want to test. |
ISSUBTOTAL is a DAX function that returns TRUE if the current row contains a subtotal for a specified column, and FALSE otherwise.
ISSUBTOTAL( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | The column you want to test. |
A True value if the row contains a subtotal value for the column given as argument, otherwise returns False.
This function can only be used in the expression of a SUMMARIZE function.
This function must be preceded by the name of the Boolean column.
See SUMMARIZE.
Other functions related to ISSUBTOTAL are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy