Answers for "power bi find all ids not in other tables"

SQL
0

power bi find all ids not in other tables

Difference Table = FILTER(Table1,NOT(CONTAINS(Table2,Table2[ID],Table1[ID])))
Posted by: Guest on February-22-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language