Forum Discussion
nleuck_101
4 years agoContinued Contributor
Measure not calculating correctly
Hello All, I could use some help with my percent measure not calculating correctly. My measure is the 3rd column divided by 4th column. Both columns are measures. If you divide 1 / 6 you get 16.1...
- 4 years ago
Even though you changed the format, the value of your Measures are still decimal numbers.
You can change the value by using a DAX ROUND (or Roundup, Rounddown ) function to generate whole numbers if that is what you truly want your Measures to reflect
nleuck_101
4 years agoContinued Contributor
rsbin
4 years agoCommunity Champion
Even though you changed the format, the value of your Measures are still decimal numbers.
You can change the value by using a DAX ROUND (or Roundup, Rounddown ) function to generate whole numbers if that is what you truly want your Measures to reflect
- nleuck_1014 years agoContinued Contributor