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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
aditi11
Frequent Visitor

undefined

Hello team, I want to remove the decimal places from a measure. For ex. If value is 4.00 I want to display it as 4.

I have used below dax fir it. But not working.

Avg days = trunc(avg(orders[delivery days]))

Please help 

IMG_20230102_112029.jpg

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

The amount of decimals displayed is a formatting setting. Check how many decimals you have here (in my example I have 0): 

ValtteriN_0-1672641132285.png

If you want to change this with dax use FORMAT function e.g. FORMAT([measure],"#")

This will display your number with 0 decimals.

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
ValtteriN
Super User
Super User

Hi,

The amount of decimals displayed is a formatting setting. Check how many decimals you have here (in my example I have 0): 

ValtteriN_0-1672641132285.png

If you want to change this with dax use FORMAT function e.g. FORMAT([measure],"#")

This will display your number with 0 decimals.

I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!

My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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

Top Kudoed Authors