Forum Discussion
xerikx
4 years agoRegular Visitor
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 ...
- 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.
lbendlin
Super User
4 years agoCount 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.
- xerikx4 years agoRegular Visitor
Excellent solution, another question how can i show the ID for each month?
Slicer Month: Selected Mar-21
Result Table:
Id Created id01 10/01/21 id02 11/02/21 - lbendlin4 years ago
Super User
Those data points do not depend on the slicer. Create a separate table visual that has only Id and Created columns.