Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Recursivity Month

Hello All,   I need your help concerning an issue, I have a total by month and I need to compare new tickets for each month here below an exemple :   Count tickets Month Year Difference   ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Yes thanks, I found it, I need a calendar table and this is the measure :

    NBR-1 = CALCULATE([NBR],
    KEEPFILTERS('Calendar'[Date]))-
    CALCULATE([NBR],
    PREVIOUSMONTH('Calendar'[Date]))