Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
sophie23
Frequent 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 Table A containing Currency & Date. I want to reference to Table B, match it according to Currency & Date, then return the Exchange Rate value.

sophie23_0-1614145730769.png

 

Reason why I need to do it in PowerQuery is because I need to fill the dates with null exchange rates. 

 

Thanks! Any help will be appreciated 🙂

 

2 ACCEPTED SOLUTIONS
PhilipTreacy
Super User
Super User

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



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


View solution in original post

Icey
Community Support
Community Support

Hi @sophie23 ,

 

Please refer to this example:


 

(let currentCustomer = [CustomerName] in Table.SelectRows(Table1, each [CustomerName] = currentCustomer)){0}[CustomerID]
Icey_0-1614670333447.png

 

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.

View solution in original post

3 REPLIES 3
Icey
Community Support
Community Support

Hi @sophie23 ,

 

Please refer to this example:


 

(let currentCustomer = [CustomerName] in Table.SelectRows(Table1, each [CustomerName] = currentCustomer)){0}[CustomerID]
Icey_0-1614670333447.png

 

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.

PhilipTreacy
Super User
Super User

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



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


amitchandak
Super User
Super User

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.