Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.
User | Count |
---|---|
101 | |
68 | |
58 | |
47 | |
46 |