Daily DAX : Day 59 EXCEPT

 A table DAX function that returns the rows of left-side table which do not appear in right-side table.


Syntax


EXCEPT(<Left_Table>.<Right_Table>)


https://dax.guide/except/

Comments

Popular posts from this blog

Daily DAX : Day 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV