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,
You are not sharing the complete information. You only shared one table initially whereas you have more than 1 table. Share the link from where i can download the file and state the requirements clearly.
Manas1415
8 years agoFrequent Visitor
Hi,
I have TWO tables:
1. MainTable
2. MappingTable
I want to fetch a value from the MappingTable and display it on the MainTable using a conditional lookup.
I've also edited the main post along with sample table structures.
Please see if it helps.
- Ashish_Mathur8 years agoSuper User
Hi,
My post about an hour ago should solve the problem. If it does not, then share the link from where i can download your file.