REMOVEFILTERS is a DAX function that clears filters from specified tables or columns.
Syntax
REMOVEFILTERS(
TableNameOrColumnName,
[ ColumnName, ... ]
)
Argument | Properties | Description |
---|---|---|
TableNameOrColumnName | Optional | The name of an existing table or column. |
ColumnName | Optional, Repeatable | A column in the same base table. |