Forum Discussion

nmunari's avatar
nmunari
New Member
9 years ago
Solved

Backlog Trending

Hello,   I am looking for guidance on how to solve the following problem: I would like to create a chart showing for each months the number of tickets that were still in opened status when the mont...
  • Anonymous's avatar
    Anonymous
    9 years ago

    Hi nmunari,

     

    You can refer to below formula which used to calculate the still opened tickets until month end.

     

    TotalPerMonth= COUNTX(FILTER(ALL(TicketTable1),[TicketNumber]=MAX([TicketNumber])&&[CloseDate]=BLANK()&&[OpenDate].[MonthNo]=MAX('Table'[Date].[MonthNo])),[TicketNumber]

     

     

     

    Notice: Table is the date table.

     

    Regards,

    Xiaoxin Sheng