Page 31 - DAX-Formula-Reference-Guide-Enterprise-DNA_Neat
P. 31
DAX Formulas Reference Guide | Related Functions
ISCROSSFILTERED Function (DAX)
Returns TRUE when columnName or another column in the same or related table is being
filtered.
Syntax: ISCROSSFILTERED(<columnName>)
Parameter Definition
columnName The name of an existing column, using standard DAX syntax. It cannot be
an expression.
Return Value:
TRUE when columnName or another column in the same or related table is being filtered.
Otherwise returns FALSE.
Remarks:
A column is said to be cross-filtered when a filter applied to another column in the same
table or in a related table affects columnName by filtering it. A column is said to be
filtered directly when the filter or filters apply over the column.
The related function ISFILTERED Function (DAX) returns TRUE when columnName is filtered
directly.
ISFILTERED Function (DAX)
Returns TRUE when columnName is being filtered directly. If there is no filter on the
column, or if the filtering happens because a different column in the same table or in a
related table is being filtered then the function returns FALSE.
Syntax: ISFILTERED(<columnName>)
Parameter Definition
columnName The name of an existing column, using standard DAX syntax. It cannot be
an expression.
Return Value:
TRUE when columnName is being filtered directly.
Remarks:
columnName is said to be filtered directly when the filter or filters apply over the column;
a column is said to be cross-filtered when a filter applied to another column in the same
table or in a related table affects columnName the column by filtering it as well.
The related function ISCROSSFILTERED Function (DAX) returns TRUE when columnName or
another column in the same or related table is being filtered.
+64 21 164 5508 | info@enterprisedna.co 31

