Forum Discussion

xerikx's avatar
xerikx
Regular Visitor
4 years ago
Solved

Accumulated Sla Breached

Please could someone help me to elaborate the table to calculate the accumulated, I have no idea how I could do it or how to approach it   My Data   I want to make this table or graph   ...
  • lbendlin's avatar
    4 years ago
    Count Tickets SLA Breached = CALCULATE(COUNTROWS('Table'),'Table'[Resolved Date]>Min(Dates[Date]),'Table'[Created Date]<Max(Dates[Date])-25)

    See attached. This also works on day level granularity.