This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 26 | |
| 25 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 65 | |
| 35 | |
| 32 | |
| 25 | |
| 23 |