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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
This might be a easy task but since I´m new to BI I would need some help!
I have a table "Export" with two columns "Quantiy" and "Value". I´m using Sumx since I want a calculation on each row and not on the totalts. But since this is in the wrong currency, I need to multiply with my conversion rate. Note that I dont need any lookup on the FX value since I´m using a conversion value. This value is found in the table "Currency" and column "Conversion" and they are linked togheter through a date-table.
My code is:
Solved! Go to Solution.
Hi,
You can accomplish this using RELATED:
End result:
I hope this helps to solve your issue and if it does consider accepting this as a solution and giving the post a thumbs up!
Proud to be a Super User!
Hi,
You can accomplish this using RELATED:
End result:
I hope this helps to solve your issue and if it does consider accepting this as a solution and giving the post a thumbs up!
Proud to be a Super User!
Thanks for the help! I tried this earlier but it didn´t work. The error was in my relationship between the tables!
Regards,
Niclas