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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I have a Matrix with a currency conversion in place for the Values,
The currency conversion rate is picked up by the following formula:
Solved! Go to Solution.
Hi @HanishR ,
Please try to update your measure with the below formula and applied this new created measure on the visual to replace measure Sales Converted:
Measure=SUMX(VALUES('TABLE'[Category]),SUMX(VALUES('TABLE'[COUNTRY]),[Sales Converted]))
Or you can refer the contents in the following links to update the formula of your measure and get the correct results:
Why Your Total Is Incorrect In Power BI
If the above methods can't help you, you can provide some sample data which applied on the visual and existed relationship if the data from multiple tables.
Best Regards
Rena
Hi @HanishR ,
Please try to update your measure with the below formula and applied this new created measure on the visual to replace measure Sales Converted:
Measure=SUMX(VALUES('TABLE'[Category]),SUMX(VALUES('TABLE'[COUNTRY]),[Sales Converted]))
Or you can refer the contents in the following links to update the formula of your measure and get the correct results:
Why Your Total Is Incorrect In Power BI
If the above methods can't help you, you can provide some sample data which applied on the visual and existed relationship if the data from multiple tables.
Best Regards
Rena