“Project Profitability: Which Projects Made Money and Which Didn’t?”
Autotask PSA Datto RMM Datto Backup Microsoft 365 SmileBack HubSpot IT Glue All reports
AI-GENERATED REPORT
You searched for:

Project Profitability: Which Projects Made Money and Which Didn’t?

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

Project Profitability: Which Projects Made Money and Which Didn’t?

This report provides a detailed breakdown of project profitability: which projects made money and which didn’t? 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 owners, finance leads, and operations managers tracking profitability

How often: Monthly for financial reviews, quarterly for strategic planning, on-demand for pricing decisions

Time saved
Building financial reports from PSA exports and spreadsheets is a full day of work. This report delivers it in minutes.
Margin visibility
Revenue numbers alone do not tell the story. This report connects revenue to cost for true profitability.
Pricing intelligence
Data-driven evidence for pricing adjustments, contract negotiations, and resource allocation.
Report categoryFinancial & Revenue
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 owners, finance leads
Where to find this in Proxuma
Power BI › Financial › Project Profitability: Which Projects...
What you can measure in this report
Project Portfolio at a Glance
Top Projects by Profit
Margin Distribution (Top 10 Revenue Projects)
Projects Running at a Loss
Key Findings and Recommended Actions
Frequently Asked Questions
Total Projects
Total Revenue
Total Profit
Average Margin
Proxuma AI Report — Autotask PSA
Project Profitability Ranking
Generated: March 2026
Dataset: Autotask PSA (Demo)
Report ID: PRX-PROJ-081
Sources: Autotask PSA
Project Profitability: Which Projects Made Money and Which Didn’t?
Revenue, cost, profit, and margin breakdown across all projects. Identifies your highest-value engagements, loss-making outliers, and the margin patterns worth replicating.
Demo data: This report uses synthetic data. Your connected Power BI environment shows live figures from your own Autotask PSA instance.
01
Project Portfolio at a Glance
Aggregate revenue, cost, profit, and average margin across all 279 projects
Total Projects
$6.70M
Billable charges
Total Revenue
$15.20M
All billing items
Total Profit
1,377
Current portfolio
Average Margin
49.7%
Target: 50%+

A 49.7% average margin on project work puts you just below the 50% threshold that signals healthy project pricing. The total profit of $716K across 279 projects suggests an average of roughly $2,566 profit per project, though the distribution is far from uniform. A handful of larger projects drive the bulk of that number, while many smaller ones add modest returns or none at all.

View DAX Query — Portfolio Summary KPIs
EVALUATE ROW("Revenue", SUM('BI_Autotask_Charges'[billable_amount]), "BillingRevenue", SUM('BI_Autotask_Billing_Items'[extended_price]), "ActiveContracts", COUNTROWS(FILTER('BI_Autotask_Contracts', 'BI_Autotask_Contracts'[contract_status_name] = "Active")))
02
Top Projects by Profit
The 15 projects that generated the most profit, with revenue, cost, and margin detail
Project Client Status Revenue Cost Profit Margin
Project Environment Lewis LLC Complete $227,918 $126,285 $101,632 44.6%
Project Along Doyle-Contreras Complete $77,268 $35,438 $41,829 54.1%
Project Somebody Craig-Huynh Complete $88,994 $62,510 $26,484 29.8%
Project Though Burke, Armstrong and Morgan In progress $49,122 $25,730 $23,391 47.6%
Project Number Little Group Complete $42,903 $20,302 $22,601 52.7%
Project Feel Wu-Jackson In progress $39,866 $18,507 $21,359 53.6%
Project Anyone Ramos Group In progress $26,162 $10,651 $15,510 59.3%
Project Leave Clements, Pham and Garcia Complete $59,583 $27,298 $32,284 54.2%
Project To Little Group Complete $25,791 $10,839 $14,951 57.9%
Project Safe George Ltd Complete $26,556 $11,650 $14,905 56.1%
Project Mr Rivers, Rogers and Mitchell In progress $29,887 $17,721 $12,165 40.7%
Project Model Rivers, Rogers and Mitchell In progress $12,852 $0 $12,852 100%
Project Paper Green PLC Live $22,817 $10,444 $12,373 54.2%
Project Set Conway Ltd Complete $24,616 $11,338 $13,277 53.9%
Project Six Rivers, Rogers and Mitchell In progress $15,533 $4,309 $11,224 72.3%
View DAX Query — Top Projects by Profit
EVALUATE
TOPN(15,
  FILTER(
    SUMMARIZE(
      'BI_Autotask_Projects',
      'BI_Autotask_Projects'[project_name],
      'BI_Autotask_Projects'[company_name],
      'BI_Autotask_Projects'[project_status_name],
      "Revenue", [Project Total Revenue],
      "Cost", [Project Total Cost],
      "Profit", [Project Profit],
      "Margin", [Project Profit Margin %]
    ),
    [Revenue] > 0
  ),
  [Profit], DESC
)
03
Margin Distribution (Top 10 Revenue Projects)
Bar width represents margin percentage. Green = above 50%, amber = 30-50%, red = negative.
Project Environment (Lewis LLC)
44.6%
Project Six (Rivers, Rogers...)
72.3%
Project Along (Doyle-Contreras)
54.1%
Project Anyone (Ramos Group)
59.3%
Project Leave (Clements, Pham...)
54.2%
Project Number (Little Group)
52.7%
Project Somebody (Craig-Huynh)
29.8%
Project Though (Burke, Armstrong...)
47.6%
Project Feel (Wu-Jackson)
53.6%
Project Mr (Rivers, Rogers...)
40.7%

Project Six stands out at 72.3% margin on $15K revenue. This is likely a well-scoped, short-engagement project where time was controlled tightly. Contrast that with Project Somebody at $88K revenue but only 29.8% margin: a larger project where cost overruns or underpricing ate into returns. Bigger projects don't automatically mean better margins.

Project Environment at $227K is your largest single project by revenue but sits at 44.6% margin, below the portfolio average. For projects of this scale, every percentage point of margin is worth thousands of dollars, so post-project reviews matter.

View DAX Query — Margin by Revenue-Ranked Projects
EVALUATE
TOPN(10,
  FILTER(
    SUMMARIZE(
      'BI_Autotask_Projects',
      'BI_Autotask_Projects'[project_name],
      'BI_Autotask_Projects'[company_name],
      "Revenue", [Project Total Revenue],
      "Margin", [Project Profit Margin %]
    ),
    [Revenue] > 0
  ),
  [Revenue], DESC
)
04
Projects Running at a Loss
Projects where cost exceeded revenue. Small individually, but worth understanding why.
Project Client Revenue Cost Loss
Project Eye Patterson, Riley and Lawson $0 $3,046 -$3,046
Project Today Shaw-Ryan $0 $1,889 -$1,889
Project Price Craig-Huynh $0 $775 -$775
Project Do Little Group $0 $468 -$468
Project Quite Little Group $0 $263 -$263
Project Camera Fox, Conner and West $0 $117 -$117
Project Best Marks PLC $0 $3 -$3

All seven loss-making projects show zero revenue with varying costs. This typically points to projects where billing was never set up, work was done as part of an included-in-contract arrangement, or time entries were logged to a project that was intended as overhead. The individual losses are small, but the pattern suggests a gap in project billing governance: work getting done without a corresponding invoice trigger.

View DAX Query — Loss-Making Projects
EVALUATE
FILTER(
  SUMMARIZE(
    'BI_Autotask_Projects',
    'BI_Autotask_Projects'[project_name],
    'BI_Autotask_Projects'[company_name],
    "Revenue", [Project Total Revenue],
    "Cost", [Project Total Cost],
    "Profit", [Project Profit]
  ),
  [Profit] < 0
)
ORDER BY [Profit] ASC
05
Key Findings and Recommended Actions
What the data tells you about your project portfolio and where to act

Your margin leaders show what good project scoping looks like

Project Six (72.3%), Project Anyone (59.3%), and Project To (57.9%) all exceed the 50% margin target by a meaningful amount. These projects share a common trait: they were probably well-defined, short in duration relative to revenue, and managed without significant scope creep. Use the scoping documents from these engagements as templates for future pricing conversations.

~

Project Somebody shows the danger of underpricing large engagements

At $88K revenue and only 29.8% margin, Project Somebody delivered significantly less profit per dollar than smaller projects in the portfolio. Large projects carry more execution risk and often attract scope changes. If this margin reflects underpricing at proposal stage, a post-project review should inform how similar work gets quoted in the future. A 5% margin improvement on an $88K project is an extra $4,400 per engagement.

!

Seven projects with $0 revenue need a billing audit

Projects where cost exists but revenue shows as zero are a billing process gap, not a performance issue. Set a review cadence where any project with labor cost but no associated billing gets flagged after 30 days. This small governance step prevents $6K+ in losses from accumulating silently across the portfolio.

06
Frequently Asked Questions
Common questions about MSP project profitability analysis
How does Proxuma calculate project profit and margin in Autotask?

Project profit combines labour revenue (time entries billed to the project), charges revenue (products and expenses), and milestone revenue. Against those, it deducts labour cost (resource cost rates multiplied by hours worked) and charges cost. The margin percentage is profit divided by total revenue. Projects with $0 revenue but positive costs will show a negative profit regardless of effort invested.

Why do so many projects show $0 revenue?

Projects showing $0 revenue typically haven't had billing items attached, or the work is covered under a managed service contract where billing happens at the contract level rather than the project level. Internal projects, warranty work, and unpaid-for scope additions all contribute to zero-revenue project records. A billing audit against these records usually reveals a mix of intentional and unintentional gaps.

What's a good profit margin target for MSP project work?

Most MSPs target 40-60% gross margin on project work. Below 35% starts to look like the project is covering costs but not building meaningful profit. Above 65% typically signals either an excellent pricing position or a project that came in significantly under budget. The right target depends on your cost structure, but 50% is a reasonable benchmark for quoting purposes.

How can I see project profitability by project type or department?

Add project_type_name or department_name to the SUMMARIZE call in the DAX query above. Autotask tracks both fields on the project record. Segmenting by project type often reveals that certain categories (migrations, for example) consistently outperform others (network upgrades, say), which informs where to focus sales efforts and where to tighten scoping.

Can I track project profitability over time to see if we're improving?

Yes. Add the project complete_date or end_date as a date dimension in the SUMMARIZE call, then group by quarter or month. Tracking average margin per quarter tells you whether pricing improvements and better project management practices are actually moving the needle. The Proxuma Power BI template includes a project trend view for exactly this purpose.

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