Forum Discussion
sophie23
5 years agoFrequent Visitor
How to LOOKUPVALUE in PowerQuery?
Hi, I added a new column referencing to two different tables using LOOKUPVALUE but it won't show in PowerQuery. Any tips on how I can replicate LOOKUPVALUE but in PowerQuery? I have Tab...
- 5 years ago
Hi sophie23
Use Merge Queies to create a new table with all Rows from TableA and the Exchange Rate from TableB where the date and Currency match. Where's there's no match you'll get a null.
In the Merge dialog box you want to choose the Join Kind : Left Outer
Regards
Phil
- 5 years ago
Hi sophie23 ,
Please refer to this example:
(let currentCustomer = [CustomerName] in Table.SelectRows(Table1, each [CustomerName] = currentCustomer)){0}[CustomerID]Reference: Solved: How to lookup values in another table in the Query... - Microsoft Power BI Community
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
5 years agosophie23 , refer if this blog can help
https://eriksvensen.wordpress.com/2019/02/28/powerquery-replicate-doing-an-excel-vlookup-in-m/