Forum Discussion

WilliamAzevedo's avatar
WilliamAzevedo
Advocate II
2 years ago
Solved

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!

 

 

  • But 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

      • PijushRoy's avatar
        PijushRoy
        Community Champion

        Hi WilliamAzevedo 

        Create a calculated column

         

        Let me know if that works for you


        If your requirement is solved, please mark THIS ANSWER as SOLUTION