Forum Discussion
Cannot remove decimal places
- 2 years ago
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
- ArchStanton2 years agoPower Participant
Hi, I've responded to Daniel above who proposed the same solution. It does not work as I am summarising the calaculated column by 'Averaging'.
FORMAT breaks the code and I do not have the option to see a Summarised value anymore only Counts
- PijushRoy2 years agoCommunity Champion
Hi ArchStanton
Dont change your existing measure
Create a another measure useMeasure = FORMAT([Case Length (Adj) Mths],"##")If your requirement is solved, please mark THIS ANSWER as SOLUTION
- ArchStanton2 years agoPower Participant
Case Length (Adj) Mths is a calculated column not a measure
It was initially calculating DAYS but I created a copy and changed the Parameter to MONTH earlier today
- Daniel291952 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.