Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Not exist

Hello,

 

I have two table (Table01 and Table 02)

 

How I can get Table 03 that have the ID that exist in table 02 and not exist in table 01

 

Thanks.

  • Anonymous ,

    Table = EXCEPT(DISTINCT('Table1'[Product ID]),DISTINCT('Table2'[Product ID]))

4 Replies