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
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
2 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