Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
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.
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 🙂
Solved! Go to Solution.
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
Proud to be a Super User!
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.
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.
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
Proud to be a Super User!
@sophie23 , refer if this blog can help
https://eriksvensen.wordpress.com/2019/02/28/powerquery-replicate-doing-an-excel-vlookup-in-m/
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
99 | |
56 | |
51 | |
42 | |
40 |