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!View all the Fabric Data Days sessions on demand. View schedule
Hi All
I need to compute net profit in SGD = net profit X rate
I try below , it return wrong value :-:-
Below is my PBI file :-
Paul
Solved! Go to Solution.
Hi,
This measure works
Measure 4 = SUMX(VALUES('RATE'[SOURCE]),[YTD_NET_PROFIT_SGD])
Hope this helps.
Hi Paul,
Is the calculation Net Profit X Rate or Net Profit / Rate ?
Try this measure if you multiply them
_YTD_NET_PROFIT_SGD = [_YTD_NET PROFIT_C] * SELECTEDVALUE('RATE'[RATE])
or this if you divide
_YTD_NET_PROFIT_SGD = DIVIDE([_YTD_NET PROFIT_C], SELECTEDVALUE('RATE'[RATE]))
Regards
Phil
Proud to be a Super User!
Hi,
This measure works
Measure 4 = SUMX(VALUES('RATE'[SOURCE]),[YTD_NET_PROFIT_SGD])
Hope this helps.
You are welcome.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!