Information
ISSUBTOTAL
ISSUBTOTAL is a DAX function that returns TRUE if the current row contains a subtotal for a specified column, and FALSE otherwise. Syntax Argument Properties Description … Read More
ISFILTERED
ISFILTERED is a DAX function that returns TRUE when there are direct filters on the specified column. Syntax Argument Properties Description TableNameOrColumnName The table or column … Read More
HASONEVALUE
HASONEVALUE is a DAX function that returns TRUE when there is only one distinct value in a specified column. Syntax Argument Properties Description ColumnName The column … Read More
ISCROSSFILTERED
ISCROSSFILTERED is a DAX function that returns TRUE when the specified table or column is cross-filtered. Syntax Argument Properties Description TableNameOrColumnName The column or table to … Read More
HASONEFILTER
HASONEFILTER is a DAX function that returns TRUE if there is exactly one filter applied to a specified table or column. Syntax Argument Properties Description ColumnName … Read More