Forum Discussion

Marios's avatar
Marios
Frequent Visitor
7 years ago
Solved

Clustered Column Chart Data label

  Guys,    I create a Clustered Column Chart and i use a measure as a value. the problem is that all columns show the right data with the right data label except on column which shows only the tex...
  • gipiluso's avatar
    7 years ago

    Hi Marios,

    this happens because you have value with decimal position higher than 4th (as example 0.000000064)

     

    Since you are considering data at Million scale I suggest to round the date at the fourth decimal position.

     

    See the attached screen:

    right

     

     

     

     

     

     

     

     

     

     

     

    wrong