Forum Discussion
kpi indicator
- 9 years ago
That's probably just a typical floating point arithmetic error. (You can read all about that here.)
To get around your problem though, how about just formatting the number so it doesn't show the decimals?
Try this:
1. Click on the KPI visualization
2. Click on the Format tab (looks like a paint roller)
3. Expand the indicator field
4. Set Decimal to 2
- 9 years ago
Cool my dear friend,
We can fix this in two different way.
Way 1:
It is permenant for the measure.
Way2:
ONly for that particular visuals
Note :
Your Problem is some arthimatic Problem i think so.
or check in your original source what is the exact value.Lte me know if any help on DAX
Any one else not seeing option to format this KPI value for this visualization ? Seems like a bug to me, as I've got the measure formatted as desired.
You have to format the measure like ROUND(measure;2)
Example