Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Gauge Chart Numaric Values

I have a requirement like in gauge chart i have to mention the values of numeric in 2K(form)

for example 200000-should display as 2K.I placed thousand symbol in number tab but its not working

4 Replies
jyothish8807
Master II
Master II

Hi,

You can try like this in your expression:

=Dual(sum(Sales)/1000 &'K',Sum(Sales)/1000))

Regards

KC

Best Regards,
KC
tresesco
MVP
MVP

Change your expression to something like:

Num(YourExistingExpression/1000, '$ #,##0.00K;$ -#,##0.00K')

Not applicable
Author

Its working but not completely because my requirement is 98.5K

jyothish8807
Master II
Master II

Hi Yeshu,

You can set it to decimal place as 1 in number tab.

Hope it helps.

Regards

KC

Best Regards,
KC