Forum Discussion
ArchStanton
Power Participant
2 years agoCannot 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
Community Champion
2 years agoHi ArchStanton
Dont change your existing measure
Create a another measure use
Measure = FORMAT([Case Length (Adj) Mths],"##")
If your requirement is solved, please mark THIS ANSWER as SOLUTION
ArchStanton
Power Participant
2 years agoCase 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