Skip to content

Releases: sql-bi/VertiPaq-Analyzer

Dax.Vpax.CLI_1.3.2-beta

18 Dec 13:39
0d21af5
Compare
Choose a tag to compare
Pre-release

What's Changed

This preview release adds two new commands: package to manage VPAX files and browse to explore model metadata in a VPAX file.

  • To install, use dotnet tool install -g --prerelease dax.vpax.cli
  • To update, use dotnet tool update -g --prerelease dax.vpax.cli

VertiPaq-Analyzer v1.9.0

12 Nov 14:06
4ea1b10
Compare
Choose a tag to compare

Download and install VertiPaq-Analyzer packages from NuGet

Changes:

This release adds .NET 8.0 as a new target framework and removes support for .NET Core 3.1. Additionally, the .NET Framework target has been upgraded from 4.6.2 to 4.7.2. Furthermore, the Analysis Services client library dependencies have been migrated from the legacy .retail.amd64 packages to the newer, multi-runtime packages.

  • 4ea1b10 Add .NET 8.0 as Target Framework (#178)
  • becbdf8 Bump TOM 19.84.10; target frameworks, update .NET 4.6.2 to 4.7.2 and remove netcoreapp3.1 (#170)

Dax.Vpax.CLI_1.2.11

12 Nov 15:45
f96d246
Compare
Choose a tag to compare

What's Changed

Dax.Vpax.CLI_1.2.8

20 Oct 11:33
d174379
Compare
Choose a tag to compare

What's Changed

VertiPaq-Analyzer v1.8.0

19 Oct 18:13
97de6cd
Compare
Choose a tag to compare

Download and install VertiPaq-Analyzer packages from NuGet

Changes:

  • e2e0a06 Add DefaultDetailRowsExpression property to support extraction for table detail rows expressions (#164)
  • 97de6cd Bump System.IO.Packaging from 6.0.0 to 6.0.1 (#169)

VertiPaq-Analyzer v1.7.2

02 Oct 18:53
91cf606
Compare
Choose a tag to compare

Download and install VertiPaq-Analyzer packages from NuGet

Changes:

  • Fixed an issue that led to statistics extraction failure when one of the analyzed columns is part of a composite key (GroupByColumns), resulting in the error message Column is part of a composite key but not all columns are included in an expression or dependent expression. (#159)

Dax.Vpax.CLI_1.2.6

02 Oct 19:16
a9ad7f9
Compare
Choose a tag to compare

What's Changed

VertiPaq-Analyzer v1.7.1

09 Aug 08:59
e838ddc
Compare
Choose a tag to compare

Download and install VertiPaq-Analyzer packages from NuGet

Changes:

  • Fixed invalid DAX query in LoadColumnStatistics with low columnBatchSize by @albertospelta in #138

Dax.Vpax.CLI_1.2.2

09 Aug 09:00
81678eb
Compare
Choose a tag to compare

What's Changed

VertiPaq-Analyzer v1.7.0

05 Aug 14:00
1cd1869
Compare
Choose a tag to compare

Download and install VertiPaq-Analyzer packages from NuGet

Changes:

  • cbc452a Add batch size control for column statistics analysis (#135)