Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
From the image here in the matrix I have customer names in the hierarchy contains the customer key. so my question is I have to show only Alexandria Rogers sales amount as 159 and remaining customers sales amount in decimal values as 159.00 so for that I have wrote one calculated column it is working fine in data view but when I consume that in Report It is not showing as expected. And I am new to powerbi. Need help on this.
Thanks in advance.
Solved! Go to Solution.
Hi @ChandanaP ,
Please update your code as below:-
roundedVal =
IF (
'internetsales'[customerke] = 12162,
FORMAT ( 'internetsales'[salesamount], "#0" ),
FORMAT ( 'internetsales)'[salesamount], "#0.00" )
)
BR,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Hi @ChandanaP ,
Please update your code as below:-
roundedVal =
IF (
'internetsales'[customerke] = 12162,
FORMAT ( 'internetsales'[salesamount], "#0" ),
FORMAT ( 'internetsales)'[salesamount], "#0.00" )
)
BR,
Samarth
Best Regards,
Samarth
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin
Thank you for your reply.Like the same way I have solved.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
92 | |
83 | |
71 | |
49 |
User | Count |
---|---|
143 | |
120 | |
110 | |
59 | |
57 |