“Risk-Weighted Backup: Are Your Most Valuable Clients Also Your Most Protected?”
Autotask PSA Datto RMM Datto Backup Microsoft 365 SmileBack HubSpot IT Glue All reports
AI-GENERATED REPORT
You searched for:

Risk-Weighted Backup: Are Your Most Valuable Clients Also Your Most Protected?

This report crosses NAble backup telemetry (157 devices with recent backup, 19 with active issues) with HubSpot deal data (115 deals, 18 won) to test whether your highest-value clients also have the strongest backup protection. Two data sources, one question: are you leaving your biggest revenue relationships exposed to data loss?

Built from: Autotask PSA N-able Cove HubSpot CRM Proxuma Power BI AI via MCP
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

Risk-Weighted Backup: Are Your Most Valuable Clients Also Your Most Protected?

This report crosses NAble backup telemetry (157 devices with recent backup, 19 with active issues) with HubSpot deal data (115 deals, 18 won) to test whether your highest-value clients also have the strongest backup protection. Two data sources, one question: are you leaving your biggest revenue relationships exposed to data loss?

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: NOC teams, service managers, and MSP owners monitoring backup compliance

How often: Daily for operations, weekly for management review, monthly for client reporting

Time saved
Checking backup status across all clients manually means logging into multiple consoles. This report pulls everything into one view.
Risk visibility
Backup failures are invisible until a restore fails. This report surfaces gaps before they become incidents.
Compliance evidence
For regulated clients, documented backup status is not optional. This report provides the audit trail.
Report categoryBackup & Data Protection
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
AudienceNOC teams, service managers
Where to find this in Proxuma
Power BI › Backup › Risk-Weighted Backup: Are Your Most V...
What you can measure in this report
Cross-Source Summary Metrics
Backup Health Overview
Backup Performance by Company
HubSpot Deal Pipeline by Company
Risk-Weighted Backup Matrix
Companies with the Highest Backup Exposure
Key Findings
Strategic Recommendations
Frequently Asked Questions
Backup Success Rate
Devices with Backup
Devices with Issues
AI-Generated Power BI Report

Risk-Weighted Backup: Are Your Most Valuable Clients Also Your Most Protected?

This report crosses NAble backup telemetry (157 devices with recent backup, 19 with active issues) with HubSpot deal data (115 deals, 18 won) to test whether your highest-value clients also have the strongest backup protection. Two data sources, one question: are you leaving your biggest revenue relationships exposed to data loss?

1.0
Cross-Source Summary Metrics
High-level numbers from both NAble Backup and HubSpot data sources.
Backup Success Rate
92.9%
Across all monitored devices
Devices with Backup
157
Recent successful session
Devices with Issues
19
Active backup problems
HubSpot Deals Won
18
Of 115 total deals tracked
How this report works: NAble backup data comes from BI_NAble_Device_Statistic, tracking device-level backup health including success rates, recent sessions, and active issues. HubSpot deal data provides the commercial value layer through Deals Won and Deals Total per company. The two sources connect through BI_Autotask_Companies using company_name. Where a company has both deal revenue and backup-monitored devices, we can assess whether commercial value aligns with backup protection.
2.0
Backup Health Overview
NAble backup performance across the entire device estate.
92.9% Success Rate
Backup Success
157
Devices Protected
19
Devices with Issues

The overall backup success rate of 92.9% sits in a healthy range, but 19 devices with active backup issues represent real exposure. Those 19 devices are not spread evenly. Some companies carry multiple problem devices while others run clean. The question this report answers is whether the companies with the most backup issues also happen to be the ones generating the most revenue.

View DAX Query - Overall Backup Metrics
EVALUATE ROW(
    "TotalDeals", [HubSpot - Deals Total],
    "WonDeals", [HubSpot - Deals Won],
    "BackupSuccessRate", [NAble - Backup Success Rate %],
    "DevicesWithBackup", [NAble - Devices with Recent Backup],
    "DevicesWithIssues", [NAble - Devices with Backup Issues]
)
3.0
Backup Performance by Company
Companies ranked by number of protected devices with their backup success rates.
Company Devices Protected Backup Issues Success Rate Status
Client Alpha 26 2 100% 2 issues
Client Beta 17 3 94.4% 3 issues
Client Gamma 13 2 100% 2 issues
Client Delta 13 3 92.9% 3 issues
Client Epsilon 11 4 100% 4 issues
Client Zeta 9 1 81.8% 1 issue
Client Eta 9 0 81.8% Clean
Client Theta 9 0 100% Clean
Client Iota 8 0 80.0% Clean
Client Kappa 8 1 100% 1 issue

Client Epsilon carries the highest issue count at 4 devices with backup problems, despite showing a 100% success rate on the devices that do report. This suggests some devices may have stopped reporting entirely rather than failing visibly. Client Beta and Client Delta each carry 3 issue devices, and both sit below 95% success rate.

Three companies (Client Eta, Client Iota, and Client Zeta) show success rates around 80-82% but zero flagged issues. This gap between low success rate and no flagged issues typically means backup jobs are completing but with warnings or partial failures that do not trigger the issue counter.

4.0
HubSpot Deal Pipeline by Company
Commercial value distribution across the client base.
Unassigned
88.9% of wins
Client Lambda
1 won
1 deal total
Client Mu
1 won
1 deal total

The overwhelming majority of HubSpot deals (96 of 115) are not assigned to a specific company in the data model. Of the 18 won deals, 16 sit in the unassigned bucket. Only 2 companies have individually tracked won deals. This data gap is the primary obstacle in building a meaningful risk-weighted backup view.

Without company-level deal assignment, we cannot definitively rank which clients carry the most commercial value. The bridge between HubSpot and Autotask companies needs to be filled before this analysis can produce precise per-client risk scores.

View DAX Query - Client Value vs Backup Status
EVALUATE TOPN(15,
    SUMMARIZECOLUMNS(
        BI_Autotask_Companies[company_name],
        "DealsWon", [HubSpot - Deals Won],
        "DealsTotal", [HubSpot - Deals Total],
        "BackupSuccessRate", [NAble - Backup Success Rate %],
        "DevicesWithBackup", [NAble - Devices with Recent Backup],
        "DevicesWithIssues", [NAble - Devices with Backup Issues]
    ),
    [HubSpot - Deals Won], DESC
)
5.0
Risk-Weighted Backup Matrix
Mapping commercial value against backup protection gaps.

High Value + Poor Backup

Companies with won deals AND active backup issues. Currently only identifiable at the aggregate level: 16 won deals sit alongside 3 issue devices in the unassigned pool. Once deal-to-company mapping improves, specific clients will surface here.

High Value + Good Backup

Client Lambda and Client Mu each have 1 won deal and no backup issues on record. These are the lowest-risk accounts from a data-loss perspective, though the absence of backup data could mean they are not monitored rather than fully protected.

Unknown Value + Poor Backup

Client Epsilon (4 issues), Client Beta (3 issues), and Client Delta (3 issues) all carry significant backup problems. Without HubSpot deal data linked to these companies, their commercial risk weight remains unknown. Any one of them could be a top-revenue client.

Unknown Value + Good Backup

Client Alpha (26 devices, 100% success), Client Theta (9 devices, 100%), and several others run clean backups. Their commercial importance is unknown because deal data is not mapped, but their technical risk is low.

The risk matrix makes one thing clear: the data gap between HubSpot and the backup monitoring system is the biggest risk factor in this analysis. We know which companies have backup problems. We know which deals have been won. We cannot reliably connect those two facts at the company level for most of the portfolio.

6.0
Companies with the Highest Backup Exposure
The 10 companies carrying the most backup issue devices.
Client Epsilon
4 issues
11 devices
Client Beta
3 issues
17 devices
Client Delta
3 issues
13 devices
Client Alpha
2 issues
26 devices
Client Gamma
2 issues
13 devices
Client Nu
2 issues
4 devices
Client Zeta
1 issue
9 devices
Client Kappa
1 issue
8 devices

Eight companies account for all 19 backup issue devices. Client Epsilon alone carries 21% of all issues despite having only 11 monitored devices. That is a 36% issue rate per device, far above the portfolio average. Client Beta and Client Delta each have 3 issues spread across larger device bases (17 and 13 devices respectively), which makes their per-device risk lower but their absolute exposure still significant.

7.0
Key Findings
!

Data Mapping Gap Prevents True Risk-Weighted Analysis

88.9% of won deals (16 of 18) sit in the unassigned company bucket. Without mapping HubSpot deals to specific Autotask companies, it is impossible to identify which high-value clients have backup gaps. This is the single biggest blocker for operationalizing a risk-weighted backup view.

!

19 Devices with Active Backup Issues Across 8 Companies

Client Epsilon (4 issues), Client Beta (3), and Client Delta (3) carry the highest concentration of backup problems. Any of these could be top-revenue clients. Without the deal mapping, every backup issue device carries unknown commercial risk.

!

Low Success Rates Without Flagged Issues Suggest Silent Failures

Three companies show backup success rates between 80-82% but zero flagged issues. This pattern usually indicates partial backups or warnings that do not trigger the issue counter. These "silent failures" may be more dangerous than visible issues because nobody is investigating them.

92.9% Overall Success Rate is Solid Baseline

The portfolio-wide backup success rate clears 90%, which puts overall backup health in a good range. 157 of the monitored devices have recent successful backup sessions. The problems are concentrated in specific companies rather than spread across the board.

8.0
Strategic Recommendations

1. Map HubSpot deals to Autotask companies through Bridge_All_Companies. This is the highest-return action from this report. Right now 88.9% of won deals cannot be attributed to a specific company. Start with any client that has an active deal in HubSpot and look for the matching company in Autotask by name. Each mapping you add makes the risk-weighted backup view more precise.

2. Investigate the 4 issue devices at Client Epsilon immediately. With the highest issue count and highest per-device failure rate (36%), this company represents the most concentrated backup risk in the portfolio. Check whether these devices have stopped reporting entirely or are actively failing. Fix or replace the backup agent on each one.

3. Audit the silent failure companies (80-82% success, zero issues). Client Eta, Client Iota, and Client Zeta all show sub-85% success rates without triggering backup issue alerts. Pull the last_28_days data for each device at these companies. Look for partial backups, timeout warnings, or backup jobs completing with errors that the issue counter does not flag.

4. Build a recurring "Backup Risk by Deal Value" dashboard page. Once the HubSpot-to-Autotask mapping reaches 10+ matched companies, create a Power BI page that plots deal value on one axis and backup issue count on the other. The DAX queries in this report are the foundation. Any company that lands in the top-right quadrant (high value, high issues) gets flagged for immediate remediation.

View DAX Query - High-Value Clients with Backup Issues
EVALUATE
TOPN(10,
    FILTER(
        SUMMARIZECOLUMNS(
            BI_Autotask_Companies[company_name],
            "DealsWon", [HubSpot - Deals Won],
            "BackupIssues", [NAble - Devices with Backup Issues]
        ),
        [DealsWon] > 0 && [BackupIssues] > 0
    ),
    [BackupIssues], DESC
)
9.0
Frequently Asked Questions
What does "backup success rate" measure?

The NAble Backup Success Rate measures the percentage of backup jobs that completed successfully across all monitored devices. It is calculated from the BI_NAble_Device_Statistic table using the last_28_days field. A 92.9% rate means roughly 93 out of every 100 backup attempts succeeded. The remaining 7% either failed, timed out, or completed with warnings.

Why are most HubSpot deals unassigned to companies?

HubSpot deals connect to BI_Autotask_Companies through Bridge_All_Companies using proxuma_company_id. When that mapping entry does not exist, the deal appears in the "unassigned" bucket. This is not a data quality issue in HubSpot itself; it means the bridge table has not been populated for those companies yet. Adding bridge entries is a manual mapping task that links company records across systems.

What counts as a "device with backup issues"?

The NAble - Devices with Backup Issues measure counts devices in the BI_NAble_Device_Statistic table that have an active backup problem. This includes devices with failed backup sessions, devices where the backup agent is not responding, or devices where the last successful backup is older than the configured threshold. A device can have a high success rate historically but still show up as "issue" if its most recent session failed.

How can I improve the deal-to-company mapping?

Start with the 18 won deals in HubSpot. For each one, identify the associated company name in HubSpot and search for a matching entry in BI_Autotask_Companies. When you find a match, create or update the Bridge_All_Companies record with the proxuma_company_id that links both systems. This can be partially automated through fuzzy name matching, but a manual review pass is recommended to catch naming differences between systems.

Why do some companies show low success rates but zero issues?

The success rate and issue count come from different calculations. Success rate looks at the ratio of successful jobs over total attempts in the last 28 days. The issue counter flags devices with specific active problems like failed sessions or agent non-response. A device that completes backups with warnings or partial success may drag the success rate down without triggering an issue flag. These "silent failures" warrant investigation because they represent data at risk without a visible alert.

Can this report be automated to run on a schedule?

Yes. The DAX queries in this report are production-ready and can run through the Power BI MCP server on a schedule. Once the HubSpot-to-Autotask company mapping covers 10+ companies with both deal data and backup telemetry, a monthly refresh would track how backup risk shifts relative to commercial value over time.

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