Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hello all,
I need to do a currency conversion. Here is my set up
table 1 has the site and currency rate (each site is in a different country)
table 2 has site for each part and the cost calculated in USD
I currently have a 1:many relationship going from table 1 to table 2. What is the best way about calculating the correct cost based on the site?
Cheers
Solved! Go to Solution.
Hi @mmakhlo,
The error is caused by the wrong parenthesis.
The correct syntax is:
Regards,
Yuliana Gu
Hi @mmakhlo,
In table 2, you could create a calculated column using this DAX formula:
Real cost = RELATED(Table_1[Currency rate])*Table_2[Cost USD]
Regards,
Yuliana Gu
Thank you for replying @v-yulgu-msft! When I use that formula, I get this error. Do you know what it means?
Hi @mmakhlo,
The error is caused by the wrong parenthesis.
The correct syntax is:
Regards,
Yuliana Gu
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 49 | |
| 35 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 75 | |
| 41 | |
| 26 | |
| 25 |