CROSSFILTER DAX Function in Power BI

The CROSSFILTER DAX function either modifies the relationship cross filter direction (to one or both), or it disables filter propagation (none). It’s useful when we need to change or ignore model relationships during the evaluation of a specific calculation.

The CROSSFILTER function specifies the cross-filtering direction to be used in a calculation for a relationship that exists between two columns.

DAX Syntax CROSSFILTER(LeftColumnName, RightColumnName, direction)

The function has the following parameters: