Forum Discussion
Manas1415
8 years agoFrequent Visitor
Using LOOKUPVALUE in IFERROR producing an error
Hi all, I am new to Power BI and I'm stuck in a particular scenario where I want to derive a Column Value from a MappingTable using Column_1 or Column_2 as Column references and display the correspo...
- 8 years ago
Hi,
This is the calculted column formula i used in Table2
=IF(ISBLANK(LOOKUPVALUE(mappingtable[Result],mappingtable[Column_1],[Lookup_value])),LOOKUPVALUE(mappingtable[Result],mappingtable[Column_2],[Lookup_value]),LOOKUPVALUE(mappingtable[Result],mappingtable[Column_1],[Lookup_value]))
Hope this helps.
Ashish_Mathur
8 years agoSuper User
Hi,
I cannot identify any mistake in your formula. It looks like for there are duplicate values in Column_1 and/or Column_2 for the same task_name. Please confirm if that is the case.
Manas1415
8 years agoFrequent Visitor
- Ashish_Mathur8 years agoSuper User
Hi,
Have you checked my most recent post.