Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
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 May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
73 | |
72 | |
71 | |
48 | |
45 |
User | Count |
---|---|
46 | |
38 | |
29 | |
28 | |
28 |