Forum Discussion

dlopesc04's avatar
dlopesc04
Resolver II
10 months ago
Solved

Floating point precision problem on cards

My cards started showing values like those in the screenshot below today: This is how the format of the measures is configured: It should just show a 0 I really don't want to go over...
  • v-priyankata's avatar
    v-priyankata
    10 months ago

    Hi dlopesc04 

    To avoid adding ROUND() to every measure, you can try these options:

    • Change the column's data type to Fixed Decimal Number in Power Query. This ensures precision is handled at the source, so measures display clean values (like 0) without individual adjustments. Reload your model after making this change.
    • Create a base measure with ROUND and reference it in other calculations. This reduces the number of edits, though it requires updating existing measures to use it.

      If I misunderstand your needs or you still have problems on it, please feel free to let us know.  

      Thanks.