Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
Hi,
The amount of decimals displayed is a formatting setting. Check how many decimals you have here (in my example I have 0):
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/
Proud to be a 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):
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/
Proud to be a Super User!
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
19 | |
7 | |
6 | |
5 | |
4 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |