Forum Discussion
Anonymous
7 years agoNot applicable
Check if a value exist in another table
Hi, i need to check if a value exist in another table that isn't directly relationed. Relations: PLM Parts Last <----> Req Transaction <-----------> BOM Header Lookupvalue didn't wo...
Anonymous
7 years agoNot applicable
Sorry wrong screen.
Value are Item Number and WT Part Number.
BOMheaderinERP = LOOKUPVALUE ( 'BOM Header'[Item Number]; 'BOM Header'[Item Number]; 'PLM Parts Last'[WT Part Number])
Didn't work.
Only the formula works but i don't understand how it works.
jdbuchanan71
7 years agoSuper User
LOOKUPVALUE doesn't need a relationship at all. Any chance you can share your .pbix?
- Anonymous7 years agoNot applicable
lookup works but only if value is in the middle table (Req Transaction), if i manually search a PLM Parts Last value in BOM Header i will find it.
I can't share pbix sorry.
- Anonymous7 years agoNot applicable
This works the same. Only value in middle table.
I think it is a relations problem..