Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
ChandanaP
Frequent Visitor

Need to show the rounded value in datatype of decimal based on a condition.

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.2022-06-08 (2).png Need help on this. 

 

 

                         Thanks in advance.

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

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

View solution in original post

2 REPLIES 2
Samarth_18
Community Champion
Community Champion

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.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.