EXCEPT Returns the rows of one table which do not appear in another table.
Syntax
EXCEPT(table_expression1, table_expression2
Parameters
Table_expression – Any DAX expression that returns a table.
Return Value
A table that contains the rows of one table minus all the rows of another table.
Reference Data
https://docs.microsoft.com/en-us/dax/dax-function-reference