ISCROSSFILTERED Function (DAX)
How does the ISCROSSFILTERED Function (DAX) work?
ISCROSSFILTERED Function (DAX) returns TRUE when columnName or another column in the same or related table is being filtered.
ISCROSSFILTERED Formula Syntax
ISCROSSFILTERED(<columnName>)
How do you use the ISCROSSFILTERED function?
It returns TRUE when columnName or another column in the same or related table is being filtered. Otherwise returns FALSE.
Related Blog Posts
Related Support Forum Posts
Displaying/Hiding Measures in Hierarchies
Dynamic Formatting of Selected Measure
Default Slicer Selection
Considerations when using the ISCROSSFILTERED function
A column is said to be cross-filtered when filtering it affects columnName when a filter applies to another column in the same row, or in a different table. A column is said to be filtered directly over the column when the filter or filter is applied.
The related function ISFILTERED function (DAX) returns TRUE when columnName is filtered directly.
Related Video Tutorials
Formula examples using the ISCROSSFILTERED function
= ISCROSSFILTERED (Sales)