Forum Discussion
Anonymous
3 years agoNot applicable
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...
- Anonymous3 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
Anonymous
3 years agoNot applicable
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