DAX Function Guide
ISCROSSFILTERED
Sam McKay
CEO & Founder
How does the ISCROSSFILTERED work?
ISCROSSFILTERED Formula Syntax
ISCROSSFILTERED(<columnName>)
How do you use the ISCROSSFILTERED?
It returns TRUE when columnName or another column in the same or related table is being filtered. Otherwise returns FALSE.
Related Blog Posts
Loading
Considerations when using the ISCROSSFILTERED?
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
Loading
Formula examples using the ISCROSSFILTERED
= ISCROSSFILTERED (Sales)
Related Courses
Loading