Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hello everyone, I had posted a message this morning and I thought I had found the solution but it seems that I still need help writing in PowerQuery.
So, I remind my question, I had a table with my orders (named: OrdersSA18_PowerBI) and another with my exchange rates (named: Exchange Rate Table).
I would have liked to add my exchange rate to my orders table. The problem being that I don't have an exchange rate for each day in my exchange rate table. So I would like to have my exchange rate for each order date so that : [Currency Code] = [Currency Code] and [Order Date] <= [Starting Date]
Here is what I Had written in "Add a new column":
But it doesn't work and doesn't give me what I want despite the fact that the syntax is correct.
Thank you very much in advance, you are a great help for the community.
you should modify thie part of you script
from
[Currency Code] = [Currency Code] and [Order Date] <= [Starting Date]
to
OrdersSA18_PowerBI[Currency Code] = [Currency Code] and OrdersSA18_PowerBI[Order Date] <= [Starting Date]
I couldn't test the expression obviously, but I hope it's enough to get you through the impasse
Unfortunately I have the message that no column was found when I apply your solution as you can see on these screenshots
Do you know how I can fix it? Thank you very much for your intervention.
If you want to have a quick and useful answer, try to upload a file with the starting tables and the desired arrival table.
I didn't realize it was inside anotherfunction ( table.add.column)
try this inside the box of addcolumn (colonne personaliseé)
Table.SelectRows(tablename, (r)=>r[Currency Code] = [Currency Code] and r[Order Date] <= [Starting Date])
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |