“Open Tickets Status Breakdown: Where Your Backlog Stands Right Now”
Autotask PSA Datto RMM Datto Backup Microsoft 365 SmileBack HubSpot IT Glue All reports
AI-GENERATED REPORT
You searched for:

Open Tickets Status Breakdown: Where Your Backlog Stands Right Now

844 tickets are open. This report shows how they split across statuses, which are actionable, which are waiting, and where the biggest concentrations sit by client. Generated by AI via Proxuma Power BI MCP server.

Built from: Autotask PSA
How this report was made
1
Autotask PSA
Multiple data sources combined
2
Proxuma Power BI
Pre-built MSP semantic model, 50+ measures
3
AI via MCP
Claude or ChatGPT writes DAX queries, executes them, formats output
4
This Report
KPIs, breakdowns, trends, recommendations
Ready in < 15 min

Open Tickets Status Breakdown: Where Your Backlog Stands Right Now

844 tickets are open. This report shows how they split across statuses, which are actionable, which are waiting, and where the biggest concentrations sit by client. Generated by AI via Proxuma Power BI MCP server.

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

Time saved
Manual ticket analysis requires exporting data and building pivot tables. This report does it automatically.
Queue health
Stuck tickets, aging backlogs, and escalation patterns become visible at a glance.
Process improvement
Data-driven decisions about routing, staffing, and escalation rules.
Report categoryTicketing & Helpdesk
Data sourceAutotask PSA · Datto RMM · Datto Backup · Microsoft 365 · SmileBack · HubSpot · IT Glue
RefreshReal-time via Power BI
Generation timeUnder 15 minutes
AI requiredClaude, ChatGPT or Copilot
AudienceService desk managers, dispatch leads
Where to find this in Proxuma
Power BI › Ticketing › Open Tickets Status Breakdown: Where ...
What you can measure in this report
Summary Metrics
Open Ticket Status Breakdown — The Answer
Actionable vs Waiting — Where Can Your Team Act?
Open Tickets by Client — Top 5
Analysis
What Should You Do With This Data?
Frequently Asked Questions
OPEN TICKETS
NEW (ACTION NEEDED)
SLA OVERDUE
OPEN RATE
AI-Generated Power BI Report
Open Tickets Status Breakdown:
Where Your Backlog Stands Right Now

844 tickets are open. This report shows how they split across statuses, which are actionable, which are waiting, and where the biggest concentrations sit by client. Generated by AI via Proxuma Power BI MCP server.

Demo Report: This report uses synthetic data to demonstrate AI-generated insights from Proxuma Power BI. The structure, DAX queries, and analysis reflect real MSP data patterns.
1.0 Summary Metrics
OPEN TICKETS
844 (1.2%)
All non-complete statuses
NEW (ACTION NEEDED)
66,677 (98.8%)
Resolved
SLA OVERDUE
360
42.7% of open tickets past SLA
OPEN RATE
1.25%
844 of 67,521 total tickets
View DAX Query — Summary Metrics
EVALUATE SUMMARIZECOLUMNS('BI_Autotask_Tickets'[status_name], "TicketCount", COUNTROWS('BI_Autotask_Tickets'))
What are these DAX queries? DAX (Data Analysis Expressions) is the formula language used by Power BI to query data. Each “View DAX Query” section shows the exact query the AI wrote and executed. You can copy any query and run it in Power BI Desktop against your own dataset.
2.0 Open Ticket Status Breakdown — The Answer

All 844 open tickets grouped by their current status, ranked by count

844 OPEN
All Open Tickets
Planned In progress New Waiting Customer Customer has responded Other
#StatusCount% of OpenShare
1 Planned 213 25.2%
2 In progress 205 24.3%
3 New 169 20.0%
4 Waiting Customer 116 13.7%
5 Customer has responded 102 12.1%
6 Waiting for third party 38 4.5%
7 Assigned 1 0.1%
View DAX Query — Status Breakdown
EVALUATE
ADDCOLUMNS(
    VALUES('BI_Autotask_Tickets'[status]),
    "count", CALCULATE(COUNTROWS('BI_Autotask_Tickets'))
)
ORDER BY [count] DESC
3.0 Actionable vs Waiting — Where Can Your Team Act?

Open tickets split into two categories: tickets your team can work on right now, and tickets blocked by external dependencies

844 tickets
477 Actionable
367 Waiting
Actionable (New + Assigned + In progress + Customer has responded) — 477 Waiting (Planned + Waiting Customer + Waiting for third party) — 367
CategoryStatuses includedCount% of Open
Actionable New (169) + Assigned (1) + In progress (205) + Customer has responded (102) 477 56.5%
Waiting Planned (213) + Waiting Customer (116) + Waiting for third party (38) 367 43.5%
Why this matters: 477 tickets (56.5%) are in a state where your team can take action right now. Of those, 169 are in "New" status, meaning they have not been touched yet. The 367 waiting tickets are blocked by customers, third parties, or scheduled work. Tracking this ratio over time tells you whether your backlog is getting stuck or flowing.
View DAX Query — Actionable vs Waiting
EVALUATE
ROW(
    "Actionable", CALCULATE(
        COUNTROWS('BI_Autotask_Tickets'),
        'BI_Autotask_Tickets'[status] IN {"New","Assigned","In progress","Customer has responded"},
        'BI_Autotask_Tickets'[status] <> "Complete"),
    "Waiting", CALCULATE(
        COUNTROWS('BI_Autotask_Tickets'),
        'BI_Autotask_Tickets'[status] IN {"Planned","Waiting Customer","Waiting for third party"},
        'BI_Autotask_Tickets'[status] <> "Complete")
)
4.0 Open Tickets by Client — Top 5

Clients holding the most open tickets right now. High concentrations can indicate ongoing issues, large projects, or clients that need a dedicated review.

Rivers Rogers Mitchell
113
Patterson Hood Perez
78
Foster Inc
Nelson Taylor Hicks
47
Hernandez Ltd
42
Concentration risk: The top 5 clients hold 331 of 844 open tickets (39.2%). Rivers Rogers Mitchell alone accounts for 113 tickets, which is 13.4% of the entire open backlog. If these are project tickets, that may be expected. If they are recurring service issues, it warrants a client review.
View DAX Query — Open Tickets by Client
EVALUATE
TOPN(
    5,
    ADDCOLUMNS(
        VALUES('BI_Autotask_Tickets'[company_name]),
        "OpenCount", CALCULATE(
            COUNTROWS('BI_Autotask_Tickets'),
            'BI_Autotask_Tickets'[status] <> "Complete")
    ),
    [OpenCount], DESC
)
ORDER BY [OpenCount] DESC
5.0 Analysis

The overall open rate of 1.25% (844 out of 67,521 total tickets) is low, which indicates tickets are generally being closed. The concern is not volume. The concern is what is happening inside that 844.

360 of those 844 tickets are past their SLA deadline. That is 42.7% of the open backlog. Even if many of those are low-priority or informational, the number is high enough that it will show up in client reporting. SLA overdue is a lagging indicator: by the time a ticket crosses the line, the client has already been waiting too long.

The status distribution shows that Planned (213) is the single largest status bucket. These are tickets that have been acknowledged and scheduled but are not being actively worked. If many of those planned tickets have been sitting for weeks, the "planned" label is doing more to hide a backlog than to manage one.

169 tickets in "New" status have not been touched at all. Each one is waiting for someone to assign it, acknowledge it, or start working on it. For a team running on SLAs, untouched tickets are the fastest path to a breach. The fact that "New" is the third-largest status group suggests triage is falling behind.

On the client side, Rivers Rogers Mitchell holds 113 open tickets, which is 13.4% of the total. Patterson Hood Perez follows with 78. Together, the top five clients account for 39.2% of all open work. Whether this reflects large projects, recurring issues, or a client that generates more tickets than others, it is worth checking whether these accounts are getting proportional attention from your team.

6.0 What Should You Do With This Data?

5 priorities based on the findings above

1

Triage all 169 “New” tickets this week

Every ticket in "New" status is waiting for someone to pick it up. Sort them by age, assign them to the right queue or technician, and close any that are duplicates or already resolved. 169 untouched tickets is a gap in your dispatch process, and the longer they sit, the more likely they are to breach SLA.

2

Audit the 360 SLA-overdue tickets for false positives

42.7% of your open backlog is past the SLA deadline. Some of those may be low-priority informational tickets or tickets where the SLA clock should have been paused. Pull the list, filter by priority and queue, and identify which ones are genuine breaches versus configuration issues. The number is high enough to affect your reported SLA compliance rate.

3

Review the 213 “Planned” tickets for stale work

Planned is the largest status bucket. That is fine if these tickets are genuinely scheduled for upcoming work. It is a problem if they have been sitting in "Planned" for weeks without movement. Filter by last-updated date. Any ticket that has been in "Planned" for more than two weeks without a note should be re-evaluated or moved to a more honest status.

4

Schedule a review for Rivers Rogers Mitchell

113 open tickets for a single client is unusual. Check whether these are project tickets (expected), a backlog of unresolved service issues (a problem), or tickets that should have been closed (a hygiene issue). If this client consistently sits at the top of the open-ticket list, consider assigning a dedicated resource or escalating with their account manager.

5

Follow up on all 102 “Customer has responded” tickets

These tickets were waiting on the customer, and the customer has replied. Every one of them is now waiting on your team to pick it back up. Letting these sit creates a bad experience: the customer did their part and is now watching the clock. 102 tickets in this state means your team should be checking the "Customer has responded" queue at least once per day.

7.0 Frequently Asked Questions
What counts as an “open” ticket?

Any ticket in Autotask whose status is not "Complete." This includes New, Assigned, In progress, Planned, Waiting Customer, Waiting for third party, and Customer has responded. The report counts all non-complete tickets at the time the query was run.

How is the SLA overdue count calculated?

The Proxuma Power BI model tracks a field called resolved_due_age_days. When this value is greater than zero, the ticket has exceeded its SLA resolution target. The 360 overdue count includes all open tickets where the SLA deadline has passed, regardless of priority level.

What is the difference between “Actionable” and “Waiting”?

Actionable tickets are in a status where your team can work on them right now: New, Assigned, In progress, or Customer has responded. Waiting tickets are blocked by someone else: the customer (Waiting Customer), a vendor (Waiting for third party), or scheduled future work (Planned). The split helps you understand how much of the backlog is within your control.

Why is “Planned” categorized as “Waiting”?

Planned tickets are scheduled for future work. They are not actively being worked on today. Categorizing them as "Waiting" reflects their current state: the ticket exists, but no one is progressing it right now. If you want to count Planned as actionable for your team, you can adjust the DAX query grouping.

Can I run this report filtered to a specific queue or technician?

Yes. Add a filter on the queue_name or resource_name column in the DAX queries. For example, add a filter for 'BI_Autotask_Tickets'[queue_name] = "Tier 1" to limit results to a specific queue. The Proxuma Power BI model supports filtering by queue, technician, priority, and company.

Can I run this report against my own data?

Yes. Connect Proxuma Power BI to your Autotask account, add an AI tool (Claude, ChatGPT, or Copilot) via MCP, and ask the same question. The AI writes the DAX queries, runs them against your real data, and produces a report like this in under fifteen minutes.

Generate this report from your own data

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