“How Do Service Calls and Planned Work Look for the Week?”
Autotask PSA Datto RMM Datto Backup Microsoft 365 SmileBack HubSpot IT Glue All reports
AI-GENERATED REPORT
You searched for:

How Do Service Calls and Planned Work Look for the Week?

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

How Do Service Calls and Planned Work Look for the Week?

This report provides a detailed breakdown of how do service calls and planned work look for the week? 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: MSP operations teams and service delivery managers

How often: As needed for specific analysis or reporting requirements

Time saved
Manual data extraction and formatting takes hours. This report delivers results in minutes.
Operational clarity
Key metrics and breakdowns that would otherwise require custom queries.
Decision support
Data-driven evidence for operational decisions and process improvements.
Report categoryOther
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
AudienceMSP operations teams
Where to find this in Proxuma
Power BI › Report › How Do Service Calls and Planned Work...
What you can measure in this report
Service Call Summary
Status Breakdown
Open Service Calls by Client
Highest Service Call Volume — Completed
Frequently Asked Questions
Total Service Calls
Completed
Open (New)
Overdue
Proxuma Power BI — AI-Powered Report
Service Call Weekly Planner
Generated: March 2026
Report ID: SC-5908
Data: Autotask PSA (Demo)
Sources: Autotask PSA
How Do Service Calls and Planned Work Look for the Week?
1,124 total service calls · 90 open · 95 overdue · 91.8% completion rate
01
Service Call Summary
All-time status overview across all clients
Total Service Calls
1,124
All time
Completed
1,033
91.8% completion rate
Open (New)
90
Awaiting completion
Overdue
95
Passed planned date
View DAX Query — Service Call KPIs
EVALUATE
ROW(
    "Service Calls Open", [Service Call Total - Open],
    "Service Calls Overdue", [Service Call Total - Overdue],
    "Service Call Tasks Overdue", [Service Call Tasks - Overdue],
    "Service Call Tickets Overdue", [Service Call Tickets - Overdue]
)
02
Status Breakdown
Service call volume by status category
1,033
Completed
91.8% of total — strong throughput
90
Open (New)
Scheduled but not yet completed
95
Overdue
Passed planned completion date

The 91.8% completion rate reflects a service operation that generally delivers on its commitments. The concern is the overdue count: 95 service calls that have passed their planned date. Some overlap with the 90 open calls (service calls can be both open and past their scheduled date), so the actual backlog is tighter than it might appear.

View DAX Query — Service Call Status Breakdown
EVALUATE
SUMMARIZECOLUMNS(
    'BI_Autotask_Service_Call_Tickets'[Service Call Status],
    "Count", COUNTROWS('BI_Autotask_Service_Call_Tickets')
)
ORDER BY [Count] DESC
03
Open Service Calls by Client
Clients with the most service calls currently in New (open) status — top 12
Craig-Huynh
10
Martin Group
10
Lewis LLC
6
Burke, Armstrong and Morgan
4
Little Group
4
Hanson-Cunningham
4
Richards, Bell and Christensen
3
Holt, Barnes and Mccarthy
2
Thompson, Contreras and Rios
2
Ramos Group
2
Wall PLC
2
Price-Gomez
2

Craig-Huynh and Martin Group tie at the top with 10 open service calls each. Given that Craig-Huynh is also the highest-volume service call client overall (159 completed), this open backlog is proportional but still worth monitoring. Martin Group, with 60 completed, shows a higher open-to-completed ratio and warrants a direct check on scheduling.

View DAX Query — Open Service Calls by Client
EVALUATE
TOPN(12,
  FILTER(
    SUMMARIZECOLUMNS(
      'BI_Autotask_Service_Call_Tickets'[Service Call Status],
      'BI_Autotask_Service_Call_Tickets'[Service Call Company Name],
      "Count", COUNTROWS('BI_Autotask_Service_Call_Tickets')
    ),
    'BI_Autotask_Service_Call_Tickets'[Service Call Status] = "New"
  ),
  [Count], DESC
)
04
Highest Service Call Volume — Completed
Clients with the most completed service calls in your history
Client Completed Open Now Open Rate
Craig-Huynh159105.9%
Little Group15442.5%
Richards, Bell and Christensen7533.8%
Burke, Armstrong and Morgan7345.2%
Martin Group601014.3%
Hanson-Cunningham4148.9%
Hahn Group3800%
Lewis LLC32615.8%
Thompson, Contreras and Rios3126.1%
Martin-Gonzalez2826.7%

Lewis LLC (15.8%) and Martin Group (14.3%) stand out as clients where open service calls are high relative to their completed history. For both, scheduling a review to clear the backlog makes sense before new service calls are booked. Hahn Group, by contrast, shows a 0% open rate despite 38 completed calls — an efficient pattern worth noting.

View DAX Query — Service Call Volume per Client
EVALUATE
TOPN(20,
  ADDCOLUMNS(
    VALUES('BI_Autotask_Service_Call_Tickets'[Service Call Company Name]),
    "Total", CALCULATE(COUNTROWS('BI_Autotask_Service_Call_Tickets')),
    "Completed", CALCULATE(
      COUNTROWS('BI_Autotask_Service_Call_Tickets'),
      'BI_Autotask_Service_Call_Tickets'[Service Call Status] = "Complete"
    ),
    "Open", CALCULATE(
      COUNTROWS('BI_Autotask_Service_Call_Tickets'),
      'BI_Autotask_Service_Call_Tickets'[Service Call Status] = "New"
    )
  ),
  [Total], DESC
)
05
Frequently Asked Questions
What's the difference between a service call and a ticket?

In Autotask, a service call is a scheduled block of time for planned work — often field visits or dedicated maintenance windows. Tickets are reactive requests that can be routed to any queue. Service calls link tickets and tasks to specific time slots and resources, making them easier to plan around capacity.

Why are some service calls overdue but still open?

A service call goes overdue when its scheduled end date passes while it's still in "New" status. This happens when work is rescheduled without updating the service call end date, or when the engineer marks tasks complete but forgets to close the service call itself. Both are fixable workflow habits.

Can I see which engineer is assigned to each open service call?

Yes. Join BI_Autotask_Service_Call_Ticket_Resources to the service call tickets table on service_call_ticket_id, then pull resource_id. You can then cross-reference against resource names to see individual engineer workload by service call.

How do I see this week's planned service calls specifically?

Use the measure [Service Call Total - This Week] in a DAX query with a date context filter matching the current week. In the interactive Power BI dashboard, the "This Week" filter automatically scopes to the current calendar week — giving you a live planning view for your team.

Demo Data Notice: This report uses synthetic Autotask data. Client names are anonymized and service call volumes are representative of a mid-sized MSP environment.
Related Reports

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