Skip to content
fabricstack.dev

VertiPaq Analyzer

free

Open-source tooling to inspect the storage structures of a tabular model, including table and column sizes, cardinality, relationships, and memory.

Category
dax-performance
Type
library
Language
C#
Maintainer
vendor
Author
SQLBI
Added
Jun 1, 2026

What it does

VertiPaq Analyzer inspects the storage structures of a Power BI or Analysis Services Tabular model: tables, columns, relationships, measures, partitions, sizes, cardinality, segments, and resident vs pageable memory. It exists in three forms: a free Excel template that reads VPAX files, the open-source MIT-licensed .NET libraries (the Dax.Vpax NuGet packages) that produce and read the VPAX format, and an integration embedded in DAX Studio’s View Metrics feature.

Why use it

Use it to understand exactly where a model spends memory (which columns are expensive, where cardinality is high) to guide model size optimization. The VPAX format also makes model metadata portable across tools.

Getting started

The easiest path is DAX Studio: open a model and choose Advanced → View Metrics. Alternatively, export a VPAX from DAX Studio and open it in the Excel template at sqlbi.com, or reference the Dax.Vpax NuGet packages from the GitHub repository.

Related tools

Hosted service that pinpoints DAX performance bottlenecks in semantic models and surfaces prioritized, trackable optimization recommendations.

Web app Freemium
  • #dax
  • #performance
  • #semantic-modeling

Free, open-source companion tool for building and optimizing Power BI models, with size analysis, DAX formatting, date-table management, and metadata export.

Desktop app Free
  • #dax
  • #semantic-modeling
  • #documentation

Open-source tool for writing, executing, formatting, and tuning DAX queries against tabular models in Power BI, Analysis Services, and Power Pivot.

Desktop app Free
  • #dax
  • #testing
  • #documentation