Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Calculated Column Dax variable value being rounded

I have a calculated Column that takes 5259 / 3753900 = 0.001400943 However this is being rounded to 0.0014 even when adding extra decimal places it goes to 0.0014000. Here is my dax, ive also gone in...
  • Anonymous's avatar
    Anonymous
    3 years ago

    i found the issue was with this, when this column was a decimal number it would go back far past 4 decimals, after switching to fixed decimal number currency capped at 4 places.

    Top Row Example: 0.4738 actual value

     

    Top Row Example: 0.473840133 actual value