Forum Discussion
undefined
- 3 years ago
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/
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/