Forum Discussion
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 text 6.43E-8.see image below.
how can I change this to show the right Display Units (Millions) and remove the E from the Data label?
Thanks a lot.
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
1 Reply
- gipilusoResolver 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