Forum Discussion
Making the lookup work.
hi Zyg_D
I don't think you need to create a relationship between table2 and table3, just remove this relationship and keep active for the relationship between table1 and table3.
or just use lookupvalue function to create a column as below:
Calculate Column = LOOKUPVALUE(Table3[AttributeData], Table3[Attribute], Table1[Attribute Child])
Regards,
Lin
- Zyg_D5 years ago
Continued Contributor
v-lili6-msft wrote:hi Zyg_D
I don't think you need to create a relationship between table2 and table3, just remove this relationship and keep active for the relationship between table1 and table3.
or just use lookupvalue function to create a column as below:
Calculate Column = LOOKUPVALUE(Table3[AttributeData], Table3[Attribute], Table1[Attribute Child])Regards,
Lin
Thanks, Lin (v-lili6-msft), for digging into the problem. the LOOKUPVALUE that you suggested is exactly like one of my tries which you can find above and which failed in my case. However, the suggestion to reorder my relationships may work too. I thought about it myself, it's just that I fear I would need to rework many things which are already dependent on these relationships.