ISFILTERED is a DAX function that returns TRUE when there are direct filters on the specified column.
Syntax
ISFILTERED( TableNameOrColumnName )
Argument | Properties | Description |
---|---|---|
TableNameOrColumnName | The table or column to check the filter info. |