Dax.Metadata 1.11.0-preview4

This is a prerelease version of Dax.Metadata.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Dax.Metadata --version 1.11.0-preview4
                    
NuGet\Install-Package Dax.Metadata -Version 1.11.0-preview4
                    
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="Dax.Metadata" Version="1.11.0-preview4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dax.Metadata" Version="1.11.0-preview4" />
                    
Directory.Packages.props
<PackageReference Include="Dax.Metadata" />
                    
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 Dax.Metadata --version 1.11.0-preview4
                    
#r "nuget: Dax.Metadata, 1.11.0-preview4"
                    
#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 Dax.Metadata@1.11.0-preview4
                    
#: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=Dax.Metadata&version=1.11.0-preview4&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Dax.Metadata&version=1.11.0-preview4&prerelease
                    
Install as a Cake Tool

VertiPaq-Analyzer

VertiPaq Analyzer 2.0 is an open source project available on GitHub that includes several libraries made available on NuGet, enabling the integration of VertiPaq Analyzer features in different tools. These are the libraries available:

  • Dax.Metadata is a representation of the Tabular model including additional information from DMV and statistics about data distribution in the model. This is a .NET Standard library without dependencies on the Tabular Object Model (TOM). This is the core of VertiPaq Analyzer and includes all the information about the data model in a format that will allow a complete anonymization of the data model in a future release.
  • Dax.Model.Extractor populates the Dax.Metadata.Model extracting data from a Tabular model. This library depends on TOM and .NET Framework 2.7.1.
  • Dax.ViewModel provides a view over Dax.Metadata.Model data that can be integrated in applications using the view model, such as the one implemented in DAX Studio (use DAX Studio 2.9.3 or later version). This library is a .NET Standard library.
  • Dax.ViewVpaExport exports the Dax.Model for the consumption in VertiPaq Analyzer 2.0 client tools. This library is a .NET Standard library.
  • Dax.Vpax supports the VPAX format.

Using the VertiPaq Analyzer libraries, a client tool can easily extract the information from a Tabular model, export them in a standard file, and read the same information for visualization purposes. VPAX Format

The VPAX file format is a ZIP file containing the following files:

  • DaxModel.json is a serialization of the Dax.Metadata.Model.
  • DaxVpaView.json is a serialization of the Dax.ViewVpaExport that is used to import data in the VertiPaq Analyzer 2.0 Excel file using a specific macro.
  • Model.bim is an optional file that exports the complete model in TOM format. This file is not used by current client tools, but it could be useful for future extensions.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 is compatible.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (7)

Showing the top 5 NuGet packages that depend on Dax.Metadata:

Package Downloads
Dax.Model.Extractor

Populate a Dax.Model extracting data from TOM and Analysis Services

Dax.ViewVpaExport

Views over Dax.Model data to support export in a VertiPaq Analyzer file

Dax.Vpax

Save and load VPAX files

Dax.ViewModel

ViewModel to display in a VertiPaq Analyzer viewer the Dax.Model data

Dax.Model.Extractor.NetCore

Populate a Dax.Model extracting data from TOM and Analysis Services.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on Dax.Metadata:

Repository Stars
marclelijveld/External-Tools-Model-Documentation
This repository includes everything that is needed in order to run the External Tools capability in Power BI Desktop and generate Model Documentation.
Version Downloads Last Updated
1.11.0 685 9/16/2025
1.11.0-preview7 354 9/15/2025
1.11.0-preview6 293 8/31/2025
1.11.0-preview5 269 8/21/2025
1.11.0-preview4 346 4/24/2025
1.11.0-preview3 345 4/17/2025
1.11.0-preview2 330 4/17/2025
1.11.0-preview1 361 4/11/2025
1.10.0 1,893 3/24/2025
1.9.0 9,462 11/12/2024
1.8.0 931 10/19/2024
1.7.2 567 10/2/2024
1.7.1 1,170 8/9/2024
1.7.0 374 8/5/2024
1.6.0 755 7/16/2024
1.6.0-preview1 326 7/5/2024
1.5.1 3,800 4/10/2024
1.5.0 1,675 3/27/2024
1.4.2 428 3/20/2024
1.4.1 1,442 3/5/2024
1.4.0 862 2/22/2024
1.4.0-preview1 628 2/12/2024
1.3.3 1,573 11/16/2023
1.3.2 1,047 10/20/2023
1.3.1 965 8/23/2023
1.3.0 1,790 7/21/2023
1.2.18 1,436 6/21/2023
1.2.17 847 6/19/2023
1.2.16 871 5/26/2023
1.2.15 957 5/8/2023
1.2.14 909 5/8/2023
1.2.13 895 5/6/2023
1.2.12 1,308 3/28/2023
1.2.11 1,670 2/3/2023
1.2.10 1,531 12/31/2022
1.2.9 1,843 11/11/2022
1.2.8 1,841 10/27/2022
1.2.7 1,903 10/14/2022
1.2.6 2,101 8/24/2022
1.2.5 1,763 8/11/2022
1.2.5-preview7 785 8/4/2022
1.2.5-preview6 911 6/16/2022
1.2.5-preview5 789 6/16/2022
1.2.5-preview4 750 6/16/2022
1.2.5-preview3 940 5/15/2022
1.2.5-preview2 812 5/6/2022
1.2.5-preview1 820 5/2/2022
1.2.4 2,045 4/12/2022
1.2.3 1,690 4/3/2022
1.2.2 1,963 3/6/2022
1.2.1 2,008 1/29/2022
1.2.0 1,148 12/19/2021
1.1.0-beta4 733 7/12/2021
1.1.0-beta3 629 5/9/2021
1.1.0-beta2 647 3/28/2021
1.1.0-beta 648 3/28/2021
1.0.36 1,381 7/12/2021
1.0.35 1,192 5/12/2021
1.0.34 1,317 3/4/2021
1.0.33 1,202 2/13/2021
1.0.32 1,146 2/13/2021
1.0.31 978 1/2/2021
1.0.30 940 12/19/2020
1.0.29 1,005 12/18/2020
1.0.28 865 12/18/2020
1.0.27 1,548 10/23/2020
1.0.26 966 10/8/2020
1.0.25 1,021 8/29/2020
1.0.24 1,154 6/21/2020
1.0.23 1,063 5/28/2020
1.0.22 986 5/25/2020
1.0.20 1,049 5/24/2020
1.0.19 1,041 5/24/2020
1.0.18 1,089 5/3/2020
1.0.17 1,071 3/1/2020
1.0.16 1,100 1/8/2020
1.0.15 1,010 12/6/2019
1.0.14 987 12/4/2019
1.0.13 1,000 12/4/2019
1.0.12 1,015 11/21/2019
1.0.11 1,003 11/4/2019
1.0.10 1,055 10/30/2019
1.0.9 1,043 10/24/2019
1.0.8 1,063 9/24/2019
1.0.7 1,106 9/23/2019