DAX Optimizer Command Line Tool
License
—
Deps
0
Install Size
—
Vulns
✓ 0
Published
Jan 27, 2026
$ dotnet add package Dax.Optimizer.CLIThis is a .NET tool that provides CLI access to DAX Optimizer functions.
For more information on how to automate the analysis, please refer to the how-to guide available here.
Operations supported by this tool are:
The tool can be installed using the following command:
dotnet tool install Dax.Optimizer.CLI --global
You can invoke the tool using the daxoptimizer command.
Use daxoptimizer -? or daxoptimizer analyze -? to learn more
Description:
Uploads and analyzes a VPAX file in the DAX Optimizer service
Usage:
daxoptimizer analyze <path> [options]
Arguments:
<path> Path to the VPAX file
Options:
-u, --username <username> (REQUIRED) Username for the DAX Optimizer account
-p, --password <password> (REQUIRED) Authentication token
-r, --region <region> (REQUIRED) Region where the model is located. Allowed values: australiaeast, eastus, westeurope
-w, --workspace-id <workspace-id> (REQUIRED) Workspace identifier
-m, --model-id <model-id> (REQUIRED) Model identifier
-o, --output <output> Path to save the analysis results zip file
--fail-on-issues Fails execution if analysis results contain issues [default: False]
--wait-timeout <wait-timeout> Maximum time in minutes to wait for async operations to complete [default: 10]
-?, -h, --help Show help and usage information