ISCROSSFILTERED

Updated on

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.

Return Values

TRUE when ColumnName or a column of TableName is being cross-filtered. Otherwise returns FALSE.

Remarks

  • A column or table is said to be cross-filtered when a filter is applied to ColumnName, any column of TableName, or to any column of a related table.

  • A column or table is said to be filtered directly when a filter is applied to ColumnName or to any column of TableName. Therefore, the ISFILTERED function also returns TRUE when ColumnName or any column of TableName is filtered.

  • This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.

Empty

Other functions related to ISCROSSFILTERED are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/iscrossfiltered-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy