ISCROSSFILTERED is a DAX function that returns TRUE when the specified table or column is cross-filtered.
Syntax
ISCROSSFILTERED( TableNameOrColumnName )
Argument | Properties | Description |
---|---|---|
TableNameOrColumnName | The column or table to check the filter info. |