Forum Discussion

skolb0909's avatar
skolb0909
Regular Visitor
9 years ago
Solved

kpi indicator

I'm using the KPI Indicator and having issues with rounding.  In my data set for the current month I have 3 values it should sum together.  They are 2.21, 1.55 and .17 which sum to 3.93.  I have doub...
  • MalS's avatar
    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

  • Baskar's avatar
    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