Forum Discussion
Marios
7 years agoFrequent Visitor
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...
- 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
gipiluso
7 years agoResolver II
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