Forum Discussion
Morten_Knudsen
May 24, 2019Brass Contributor
Dashboard not showing actual value, but shows 1K - how can I change to actual value
I'm using the Number tile
When numbers are >1000, it will change to 1K - instead of actual value 1136.
How can I change so it will so actual number - it is critical to me
6 Replies
- CliveWatsonFormer Employee
For Azure Dashboards, I workaround this by changing the result to a text string, obviously at the final stage after any calculations are over. e.g.
| project tostring(BilledGB)
- Morten_KnudsenBrass Contributor
CliveWatson Thank you for your answer, but I just tested it - and none of the OVERVIEW TILES (Number, Two Number, Donut, etc) accepts a STRING value, only numbers
- CliveWatsonFormer EmployeeSorry, I thought this was an Azure Dashboard, but I think your showing a View Designer tile. I'd suggest you look at Azure Dashboards or workbooks...