Forum Discussion
DeepDive
6 years agoHelper IV
undefined
I have two tables... Both have one column .. example table 1 have id and table 2 also have id... Few ids are in both tables. Now I want to create new table using dax which shows Id that are not present in second table
Try
Table = EXCEPT(First,'Second')
Thanks
Ankit JainDo Mark it as solution if the response resolved your problem. Do like the response if it seems good and helpful.