Forum Discussion
Sebastian
Advocate III
10 years agofunction like "not in"
Hi all, did there still exist a function like "not in"? I try to find values which are maybe in the one table but not in another one. could someone help? Thanks.
Sebastian
Advocate III
10 years agoHey. Thanks for your answer.
The except function doesn't work.
My problem:
I have a table (table 1) which consist of all customer information and a second table (table 2) which consist of sales information.
I try to find all customer who are in table 1 but not in table 2.
Greg_Deckler
Community Champion
10 years agoYou might want to solve this problem in "M" versus DAX. You can control the way "M" joins things.
http://blog.crossjoin.co.uk/2014/06/02/join-conditions-in-power-query-part-1/