Forum Discussion

ArchStanton's avatar
ArchStanton
Power Participant
2 years ago
Solved

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...
  • PijushRoy's avatar
    PijushRoy
    2 years ago

    ArchStanton 

    Measure = FORMAT(SUM(Table[Case Length (Adj) Mths]),"##")