Fic.XTB.DataverseStoragePredictor 1.2026.7.1

dotnet add package Fic.XTB.DataverseStoragePredictor --version 1.2026.7.1
                    
NuGet\Install-Package Fic.XTB.DataverseStoragePredictor -Version 1.2026.7.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Fic.XTB.DataverseStoragePredictor" Version="1.2026.7.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Fic.XTB.DataverseStoragePredictor" Version="1.2026.7.1" />
                    
Directory.Packages.props
<PackageReference Include="Fic.XTB.DataverseStoragePredictor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Fic.XTB.DataverseStoragePredictor --version 1.2026.7.1
                    
#r "nuget: Fic.XTB.DataverseStoragePredictor, 1.2026.7.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Fic.XTB.DataverseStoragePredictor@1.2026.7.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Fic.XTB.DataverseStoragePredictor&version=1.2026.7.1
                    
Install as a Cake Addin
#tool nuget:?package=Fic.XTB.DataverseStoragePredictor&version=1.2026.7.1
                    
Install as a Cake Tool

Dataverse Storage Predictor for XrmToolBox

Nuget Nuget

XrmToolBox tool that analyzes and predicts Dataverse storage: per-table consumed size, record counts, measured growth from snapshots, 1/3/5-year projections, capacity entitlement usage, cleanup recommendations and customer-ready reports.

Donations

If you find this tool useful and would like to support its development, you can buy me a coffee!

"Buy Me A Coffee"

Your support is greatly appreciated!

Preview

Dataverse Storage Predictor

Features

Per-Table Storage Breakdown

See actual consumed storage per table straight from the Power Platform licensing API, side by side with live record counts, computed bytes-per-record and each table's share of the environment total. Switch between Database, File and Log capacity categories.

What-If Predictions

Enter projected record counts per table and instantly see the predicted storage size and the delta against today's consumption, with running totals for the whole environment.

Growth Projections

Estimate future storage with the growth wizard. Set expected monthly growth per table (records or size) and project 1, 3 or 5 years ahead. Where snapshot history exists, measured growth is suggested automatically.

Snapshots

Every data load is stored as a snapshot, so the tool can measure real growth between sessions instead of relying on guesses. Use the Growth since dropdown to pick which snapshot serves as the baseline for measured growth, and the capacity report states which baseline date the growth numbers are measured from.

Capacity Entitlement

See your tenant's capacity entitlement next to actual usage, so you know how much headroom is left before you need to buy more storage.

Top Storage Consumers

Show the biggest tables in the current capacity category at a glance.

Cleanup Recommendations

Known cleanup candidates (async operations, plugin trace logs, email attachments, …) are highlighted with advice on how to reclaim their space.

Customer-Ready Reports

Generate an HTML capacity report covering entitlement, top consumers, growth, projections and cleanup recommendations, with an optional customer name and logo, and export it to PDF.

Export

Export the whole list or only tables with a prediction to Excel or CSV.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.2026.7.1 202 7/23/2026

1.2026.7.1
- Initial version of the tool released