Forum Discussion
o59393
4 years agoPost Prodigy
Lookupvalue not working between 2 tables
Hi all I am doing a lookup calcualted column, but doesn't work Basically I have a table called 'Master Plant & Product' that has to xlooup its values on another table called 'SKU by line - Of...
- 4 years ago
Try this instead...
IF('Master Plant & Product'[Merged Plant & Product] IN DISTINCT('SKU by line - Official'[Merged Plant & Product]), 1,0)I may have typo'd your column names so double check those.
KNP
4 years agoSuper User
As far as the report is concerned, what is the purpose of the 'Product Exists' column?
Would you be happy for a Power Query solution or does it need to be DAX?