“Configuration Item Category Breakdown: CI Distribution Across 11 Categories”
Autotask PSA Datto RMM Datto Backup Microsoft 365 SmileBack HubSpot IT Glue All reports
AI-GENERATED REPORT
You searched for:

Configuration Item Category Breakdown: CI Distribution Across 11 Categories

Where your configuration items live, which categories dominate, and where classification gaps may be hiding. 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

Configuration Item Category Breakdown: CI Distribution Across 11 Categories

Where your configuration items live, which categories dominate, and where classification gaps may be hiding. 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: NOC teams, asset managers, and service delivery leads

How often: Weekly for fleet reviews, monthly for lifecycle planning, quarterly for budgeting

Time saved
Device audits from RMM consoles require clicking through hundreds of screens. This report consolidates everything.
Fleet visibility
Ghost devices, storage issues, and uptime problems across the entire fleet in one view.
Lifecycle planning
Data for hardware refresh cycles, warranty tracking, and capacity planning.
Report categoryDevice & Endpoint Management
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, asset managers
Where to find this in Proxuma
Power BI › Devices › Configuration Item Category Breakdown...
What you can measure in this report
Summary Metrics
CI Distribution by Category
Category Detail Table
Companies per Category
Analysis
What Should You Do With This Data?
Frequently Asked Questions
TOTAL CIs
CATEGORIES
COMPANIES WITH CIs
LARGEST CATEGORY
AI-Generated Power BI Report
Configuration Item Category Breakdown:
CI Distribution Across 11 Categories

Where your configuration items live, which categories dominate, and where classification gaps may be hiding. 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
TOTAL CIs
13,769
All configuration items
CATEGORIES
9,207
66.9% active
COMPANIES WITH CIs
11
Distinct CI categories
LARGEST CATEGORY
205
With at least one CI
View DAX Query — Summary Metrics
EVALUATE ROW("Total CIs", COUNTROWS('BI_Autotask_Configuration_Items'), "Active CIs", COUNTROWS(FILTER('BI_Autotask_Configuration_Items', 'BI_Autotask_Configuration_Items'[status] = "Active")), "Distinct Categories", DISTINCTCOUNT('BI_Autotask_Configuration_Items'[configuration_item_category_name]), "Distinct Companies", DISTINCTCOUNT('BI_Autotask_Configuration_Items'[company_id]))
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 CI Distribution by Category

All 11 categories ranked by number of configuration items, with percentage share of total

Category A
9,741
70.7%
Category B
1,463
10.6%
Category C
6.9%
Category D
478
3.5%
Category E
438
3.2%
Category F
419
3.0%
Category G
133
1.0%
Category H
94
0.7%
Category I
33
0.2%
Category J
13
0.1%
Category K
6
0.04%
View DAX Query — CI Distribution by Category
EVALUATE ADDCOLUMNS(GROUPBY('BI_Autotask_Configuration_Items', 'BI_Autotask_Configuration_Items'[configuration_item_category_name], "CI_Count", COUNTX(CURRENTGROUP(), 'BI_Autotask_Configuration_Items'[configuration_item_id])), "Companies", CALCULATE(DISTINCTCOUNT('BI_Autotask_Configuration_Items'[company_id]))) ORDER BY [CI_Count] DESC
3.0 Category Detail Table

Full breakdown per category with item count, percentage share, and relative size classification

#CategoryCIs% ShareClassificationCumulative %
1Category A9,74170.7%Dominant70.7%
2Category B1,46310.6%Major81.4%
3Category C9516.9%Major88.3%
4Category D4783.5%Medium91.7%
5Category E4383.2%Medium94.9%
6Category F4193.0%Medium97.9%
7Category G1331.0%Small98.9%
8Category H940.7%Small99.6%
9Category I330.2%Micro99.8%
10Category J130.1%Micro99.9%
11Category K60.04%Micro100%
View DAX Query — Category Detail with Cumulative %
EVALUATE
VAR _CatSummary =
    ADDCOLUMNS(
        SUMMARIZE(
            BI_Autotask_Configuration_Items,
            BI_Autotask_Configuration_Items[ci_category_name]
        ),
        "CICount", COUNTROWS(BI_Autotask_Configuration_Items),
        "PctShare", DIVIDE(
            COUNTROWS(BI_Autotask_Configuration_Items),
            CALCULATE(
                COUNTROWS(BI_Autotask_Configuration_Items),
                ALL(BI_Autotask_Configuration_Items[ci_category_name])))
    )
RETURN
_CatSummary
ORDER BY [CICount] DESC
4.0 Companies per Category

How many of the 205 companies have CIs in each category. Low company counts in a category may indicate limited adoption or niche usage.

CategoryCompaniesAvg CIs per CompanyCompany CoverageAdoption
Category A19849.296.6%Universal
Category B1529.674.1%Broad
Category C1347.165.4%Broad
Category D895.443.4%Moderate
Category E765.837.1%Moderate
Category F715.934.6%Moderate
Category G284.813.7%Limited
Category H224.310.7%Limited
Category I113.05.4%Niche
Category J71.93.4%Niche
Category K41.52.0%Niche
View DAX Query — Companies per Category
EVALUATE
ADDCOLUMNS(
    SUMMARIZE(
        BI_Autotask_Configuration_Items,
        BI_Autotask_Configuration_Items[ci_category_name]
    ),
    "CompanyCount", DISTINCTCOUNT(
        BI_Autotask_Configuration_Items[company_id]),
    "AvgCIsPerCompany", DIVIDE(
        COUNTROWS(BI_Autotask_Configuration_Items),
        DISTINCTCOUNT(BI_Autotask_Configuration_Items[company_id])),
    "CompanyCoverage", DIVIDE(
        DISTINCTCOUNT(BI_Autotask_Configuration_Items[company_id]),
        CALCULATE(
            DISTINCTCOUNT(BI_Autotask_Configuration_Items[company_id]),
            ALL(BI_Autotask_Configuration_Items[ci_category_name])))
)
ORDER BY [CompanyCount] DESC
5.0 Analysis

The single most important number in this report is 70.7%. That is the share of all configuration items sitting in Category A. Nearly 10,000 of 13,769 CIs are in one bucket. When one category contains more than two-thirds of your entire CMDB, the classification system is either too broad, the default category is absorbing items that should be split out, or the onboarding process is not enforcing granular categorization.

Category A is also nearly universal: 198 out of 205 companies have CIs there, with an average of 49 items per company. That high average suggests this is the catch-all. Compare it to Category B, where 152 companies average only 9.6 items each. Category B appears to be used deliberately, while Category A may be where items land when nobody specifies otherwise.

The long tail is worth examining. Categories G through K together account for just 279 items (2.0% of total) across a small number of companies. Categories J and K hold 13 and 6 items respectively, used by fewer than 10 companies each. These micro-categories may serve a real purpose, or they may be duplicates of larger categories that were created once and never cleaned up.

On the positive side, the top three categories cover 88.3% of all CIs, and the top six cover 97.9%. This means the core classification structure works for the majority of items. The question is whether the remaining items are properly placed or simply never reviewed.

The company coverage numbers also reveal a gap. Categories D, E, and F are each used by fewer than half of all companies. If these categories represent asset types that every MSP client should have (servers, network equipment, backup devices), the 55-65% of companies missing from those categories may have untracked assets.

6.0 What Should You Do With This Data?

5 priorities based on the findings above

1

Audit Category A for misclassified items

With 9,741 items (70.7% of total), Category A is almost certainly absorbing CIs that belong elsewhere. Pull a random sample of 50 items from Category A and check whether they belong in Category B, C, or D instead. If more than 20% are misclassified, you have a systemic onboarding problem. Fix the default category assignment in Autotask so new CIs require explicit categorization.

2

Review micro-categories (I, J, K) for consolidation

Categories I, J, and K hold a combined 52 items across 22 company assignments. Check whether these categories overlap with larger ones. If Category J with 13 items is a subset of Category B with 1,463, merge them. Fewer categories with clear definitions beats many categories that nobody uses consistently.

3

Investigate companies missing from Categories D, E, and F

Between 55% and 65% of companies have no CIs in these categories. If these categories represent standard asset types, the missing companies may have untracked infrastructure. Cross-reference the company list against Categories D-F and check whether those clients genuinely have no assets in those types, or whether the assets exist but were never entered.

4

Set up onboarding checklists that enforce category selection

The concentration in Category A often comes from bulk imports during client onboarding. When a technician imports 50 CIs from a network scan, they land in the default category unless someone manually re-categorizes each one. Build an onboarding checklist that requires category assignment before a new client's CIs are marked as verified.

5

Use this breakdown as a baseline for quarterly CMDB reviews

Run this report quarterly and track whether the Category A share is decreasing. A healthy CMDB should see gradual re-distribution as items are properly classified. Set a target: reduce Category A from 70.7% to under 60% within two quarters by reclassifying the top 1,000 items that were flagged as miscategorized.

7.0 Frequently Asked Questions
Where does the CI data come from?

Configuration items are pulled from Autotask PSA through the Proxuma Power BI connector. The BI_Autotask_Configuration_Items table contains every CI record with its category, company assignment, and status. The AI runs DAX queries to count, group, and rank items by category.

Why is one category so much larger than the others?

A dominant category usually means it is the default assignment in Autotask. When CIs are imported through network scans or bulk entry, they land in the default category unless someone manually reclassifies them. Over time, this creates a catch-all bucket. The fix is to review your Autotask CI import settings and require explicit category selection.

Should I merge the small categories?

It depends on whether those categories serve a distinct purpose. If Category K with 6 items tracks a specific asset type that no other category covers, keep it. If it duplicates or overlaps with a larger category, merge them. The goal is fewer, well-defined categories that your team actually uses consistently.

How does this affect compliance and reporting?

Many compliance frameworks (SOC 2, ISO 27001, CIS Controls) require accurate asset inventories categorized by type. A CMDB where 70% of items sit in one generic category is hard to defend in an audit. Clean categorization makes compliance reporting faster and more credible.

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