Forum Discussion
JEckert
8 years agoNew Member
Change Decimal Spacing
I have a calculated field and it's coming up with decimals places and I would like to remove the decimal places to whole numbers.. Here is the formula I am using. YTD July = sum(Sheet1[Jun FY201...
- 8 years ago
Hi JEckert,
You can use ROUNDUP() function to achieve the expected value you want. Please refer to: https://msdn.microsoft.com/en-us/query-bi/dax/roundup-function-dax.
Regards,
Jimmy Tao
v-yuta-msft
8 years agoCommunity Support
Hi JEckert,
You can use ROUNDUP() function to achieve the expected value you want. Please refer to: https://msdn.microsoft.com/en-us/query-bi/dax/roundup-function-dax.
Regards,
Jimmy Tao