ALLEXCEPT is a DAX function that returns all rows in a table except those affected by specified column filters.
Syntax
ALLEXCEPT(
TableName,
[ ColumnName, ... ]
)
| Argument | Properties | Description |
|---|---|---|
| TableName | The name of an existing table. | |
| ColumnName | Repeatable | A column whose filtering is to be retained. |