EXCEPT is a DAX function that returns rows from the first table that do not appear in the second table.
Syntax
EXCEPT(
LeftTable,
RightTable
)
Argument | Properties | Description |
---|---|---|
LeftTable | The Left-side table expression to be used for Except. | |
RightTable | The Right-side table expression to be used for Except. |