Forum Discussion
ArchStanton
2 years agoPower Participant
Cannot remove decimal places
Hi, This is driving me mad, hope someone can help! The code below defaults the Average Months to 2 decimal places - I don't want any decimals. Case Length (Adj) Mths =
IF (
'Cases'[sta...
- 2 years ago
PijushRoy
2 years agoCommunity Champion
Hi ArchStanton
Please use a measure
Measure = FORMAT([YourMeasure],"##")
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the LIKE 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Daniel29195
2 years agoCommunity Champion
- ArchStanton2 years agoPower Participant
Thanks Daniel, I managed to get the answer from the other helper on this thread, I was dealing with a calculated column not a Measure.
Thank you for helping anyway.