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.
o59393
4 years agoPost Prodigy
KNP
4 years agoSuper User
Just did some testing/reading.
Looks like the RELATED (at least in this scenario) only works on the table on the 'many' side of the relationship. So in your case, the column would need to be added to the SKU table I believe.
There will be a better way. Going to do some more investigation.