Forum Discussion
Round down data label value in area chart visual
Hello, everyone.
I'm setting a area chart visual and I need it to show decimals in the data label rounded down. See below:
Visual with decimals
Here, visual with decimals set to 0:
As i said, in the chart area visual it shows the value rounded up, i would like it to be rounded down. Is it possible?
Thank you in advance!
Hi WilliamAzevedo
Please use TRUNC or INT function for ROUND in line chart
Details - https://learn.microsoft.com/en-us/dax/int-function-dax
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
LinkedinBut based on the idea you gave, I set a measure to apply the TRUNC function to the SUM function in the rows an it worked as I expected:
Rounding = TRUNC(SUM(Table[Column to be rounded]))Thank you for the help and the input!
5 Replies
- PijushRoyCommunity Champion
Hi WilliamAzevedo
Please use TRUNC or INT function for ROUND in line chart
Details - https://learn.microsoft.com/en-us/dax/int-function-dax
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
Linkedin- WilliamAzevedoAdvocate II
Hi!
I'm sorry if it's too obvious, but, where should I use it?
- PijushRoyCommunity Champion
Hi WilliamAzevedo
Create a calculated columnLet me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION