This report provides a detailed breakdown of autotask ticket escalation cost by category and client for managed service providers.
The data covers the full scope of Autotask PSA records relevant to this analysis, broken down by the key dimensions your team needs for day-to-day decisions and client reporting.
Who should use this: Service desk managers, dispatch leads, and operations teams
How often: Daily for queue management, weekly for trend analysis, monthly for capacity planning
High-level ticket metrics across all categories and clients
EVALUATE
ROW(
"TotalTickets", COUNTROWS('BI_Autotask_Tickets'),
"AvgResolutionHours", ROUND(AVERAGE('BI_Autotask_Tickets'[resolution_duration_hours]), 1),
"ResolutionSLA_Pct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[resolution_met] = 1)),
COUNTROWS(FILTER('BI_Autotask_Tickets', NOT(ISBLANK('BI_Autotask_Tickets'[resolution_met]))))
) * 100, 1),
"FirstHourFix_Pct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[first_hour_fix] = 1)),
COUNTROWS(FILTER('BI_Autotask_Tickets', NOT(ISBLANK('BI_Autotask_Tickets'[complete_datetime]))))
) * 100, 1),
"FirstDayResolution_Pct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[first_day_resolution] = 1)),
COUNTROWS(FILTER('BI_Autotask_Tickets', NOT(ISBLANK('BI_Autotask_Tickets'[complete_datetime]))))
) * 100, 1),
"AvgFirstResponseHours", ROUND(AVERAGE('BI_Autotask_Tickets'[first_response_duration_hours]), 1),
"TotalCompleted", COUNTROWS(FILTER('BI_Autotask_Tickets', NOT(ISBLANK('BI_Autotask_Tickets'[complete_datetime]))))
)
Categories sorted by average hours to close, with ticket volume and resource handoff rate
| Category | Tickets | Avg Hours | Resolution Speed | Handoff Rate |
|---|---|---|---|---|
| Cloud Services | 1,784 | 45.8h | Slowest | 83.4% |
| Server & Infrastructure | 1,357 | 39.5h | Very Slow | 94.6% |
| Software & Application Support | 16,578 | 26.8h | Slow | 94.4% |
| Connectivity & Networking | 27,955 | 22.1h | Moderate | 79.6% |
| Onboarding & Provisioning | 249 | 18.3h | Moderate | 78.3% |
| Security & Access Management | 1,710 | 11.5h | Good | 95.8% |
| Email & Communication | 1,222 | 2.3h | Fast | 97.1% |
| Hardware & Device Issues | 13,316 | 2.4h | Fast | 100.0% |
Handoff rate = % of tickets closed by a different engineer than the one who opened the ticket. High handoff rate does not always mean poor performance — it often reflects a deliberate dispatch-then-specialist workflow.
EVALUATE
TOPN(12,
ADDCOLUMNS(
SUMMARIZE('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[ticket_category_name]),
"TicketCount", COUNTROWS(FILTER('BI_Autotask_Tickets',
'BI_Autotask_Tickets'[ticket_category_name] = EARLIER('BI_Autotask_Tickets'[ticket_category_name]))),
"AvgResHours", ROUND(AVERAGEX(FILTER('BI_Autotask_Tickets',
'BI_Autotask_Tickets'[ticket_category_name] = EARLIER('BI_Autotask_Tickets'[ticket_category_name])),
'BI_Autotask_Tickets'[resolution_duration_hours]), 1),
"HandoffPct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets',
'BI_Autotask_Tickets'[ticket_category_name] = EARLIER('BI_Autotask_Tickets'[ticket_category_name]) &&
'BI_Autotask_Tickets'[closed_by_first_resource] = 0)),
COUNTROWS(FILTER('BI_Autotask_Tickets',
'BI_Autotask_Tickets'[ticket_category_name] = EARLIER('BI_Autotask_Tickets'[ticket_category_name]) &&
NOT(ISBLANK('BI_Autotask_Tickets'[closed_by_first_resource]))))
) * 100, 1)
),
[AvgResHours]
)
How priority assignment affects resolution speed and SLA compliance across 67,521 tickets
| Priority | Tickets | Avg Res. Hours | SLA Miss Rate | Handoff Rate | Assessment |
|---|---|---|---|---|---|
| P1 — Critical | 5,019 | 2.1h | 7.8% | 99.8% | Working |
| P2 — High | 1,788 | 32.0h | 54.9% | 98.0% | Problem |
| P3 — Medium | 14,715 | 21.6h | 53.0% | 80.1% | Review |
| P4 — Low | 30,415 | 16.3h | 52.3% | 88.5% | Review |
| Service / Change Req. | 15,584 | 23.8h | 72.4% | 93.2% | Problem |
Service and Change requests sit at the bottom of every metric: 72.4% SLA miss rate, 23.8h average resolution, and 93.2% handoff rate. These tickets are often deprioritized because they are not incidents — but when they represent a third of total ticket volume, the accumulated delay has real business impact.
EVALUATE
SUMMARIZECOLUMNS(
'BI_Autotask_Tickets'[priority_name],
"TicketCount", COUNTROWS('BI_Autotask_Tickets'),
"AvgResHours", ROUND(AVERAGE('BI_Autotask_Tickets'[resolution_duration_hours]), 1),
"SLAMissPct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets',
NOT(ISBLANK('BI_Autotask_Tickets'[resolution_met])) &&
'BI_Autotask_Tickets'[resolution_met] = 0)),
COUNTROWS(FILTER('BI_Autotask_Tickets',
NOT(ISBLANK('BI_Autotask_Tickets'[resolution_met]))))
) * 100, 1),
"HandoffPct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[closed_by_first_resource] = 0)),
COUNTROWS(FILTER('BI_Autotask_Tickets',
NOT(ISBLANK('BI_Autotask_Tickets'[closed_by_first_resource]))))
) * 100, 1)
)
Clients with 50+ tickets, sorted by handoff rate — names anonymized for this public report
| Metric | Value |
|---|---|
| Escalated | 59,974 (88.8%) |
| FCR | 7,547 (11.2%) |
| Total Hours | 33,271 |
Client names anonymized. A 100% handoff rate at low resolution time (Client A: 1.0h, Client B: 1.5h) often points to a dispatch workflow where one team logs tickets and a separate team resolves them — intentional by design. The concern is clients like C, E, and G where the handoff rate is 100% and the resolution time is high.
EVALUATE ROW("TotalTickets", COUNTROWS('BI_Autotask_Tickets'), "ClosedByFirst", CALCULATE(COUNTROWS('BI_Autotask_Tickets'), 'BI_Autotask_Tickets'[closed_by_first_resource]), "Escalated", COUNTROWS('BI_Autotask_Tickets') - CALCULATE(COUNTROWS('BI_Autotask_Tickets'), 'BI_Autotask_Tickets'[closed_by_first_resource]), "TotalWorkedHours", SUM('BI_Autotask_Tickets'[worked_hours]))
How many tickets are resolved quickly, without escalation or extended handling
Only 17.4% of tickets get resolved within the first hour of being opened. For an MSP handling mostly routine issues, this number is low. It suggests that even simple tickets are going through multi-step workflows when a faster resolution path might exist for certain categories.
Hardware & Device Issues resolve in 2.4 hours on average and represent 13,316 tickets — roughly 20% of total volume. Getting this category's 1-hour fix rate up would have a meaningful impact on the portfolio average.
EVALUATE
ROW(
"FirstHourFix_Pct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[first_hour_fix] = 1)),
COUNTROWS(FILTER('BI_Autotask_Tickets',
NOT(ISBLANK('BI_Autotask_Tickets'[complete_datetime]))))
) * 100, 1),
"FirstDayResolution_Pct", ROUND(DIVIDE(
COUNTROWS(FILTER('BI_Autotask_Tickets', 'BI_Autotask_Tickets'[first_day_resolution] = 1)),
COUNTROWS(FILTER('BI_Autotask_Tickets',
NOT(ISBLANK('BI_Autotask_Tickets'[complete_datetime]))))
) * 100, 1),
"AvgFirstResponseHours", ROUND(AVERAGE('BI_Autotask_Tickets'[first_response_duration_hours]), 1)
)
Four findings from this analysis, ranked by business impact
Cloud Services (45.8h avg) and Server & Infrastructure (39.5h avg) are the two slowest categories. Together they represent 3,141 tickets that take more than double the portfolio average to close. These categories also have high handoff rates (83–95%), which means a specialist is always involved. The fix is not faster handoffs — it is better knowledge capture and runbooks so the specialist can resolve faster once assigned.
P1 Critical tickets average 2.1 hours and miss their SLA just 7.8% of the time. P2 High priority tickets average 32.0 hours and miss SLA at a 54.9% rate. The triage threshold between P1 and P2 may be too loose — tickets that genuinely need fast resolution might be tagged P2 when they should be P1, or P2 SLA targets may be set tighter than your team can consistently hit.
With 15,584 tickets and a 72.4% SLA miss rate, service requests are the largest source of SLA failures in the portfolio. They are not incidents, so they get deprioritized — but at this volume, the accumulated miss is visible to clients. Consider whether SLA targets for change requests are calibrated correctly, or whether a separate queue with lighter SLAs would reduce noise.
Hardware & Device Issues have 100% handoff but only 2.4h average resolution. This combination suggests a dispatch workflow, not a skill gap. 13,316 tickets flow through this category. If a fraction of them could be resolved at first touch with better diagnostic scripting or self-service tools, the 1-hour fix rate would improve significantly across the whole portfolio.
Connect Proxuma Power BI to your PSA, RMM, and M365 environment, use an MCP-compatible AI to ask questions, and generate custom reports - in minutes, not days.
See more reports Get started