ACCESSTOKEN command
This command will output an access token for the specified connection settings. This command will only work against data sources that support Entra authentication like Power BI / Fabric or AzureAS.
AUTH command
The AUTH command signs in to Microsoft Entra ID and caches the account for later dscmd commands. Unlike the ACCESSTOKEN command, it does not print the access token.
BENCHMARK command
This command runs a DAX query benchmark with cold and warm cache timings and writes the results to a CSV file.
CSV command
This command will output a csv file based on the results of a DAX query
EXPORT CSV command
This command runs the Export Data function and sends the output to a folder with one csv file per table.
EXPORT PARQUET command
This command runs the Export Data function and sends the output to a folder with one parquet file per table.
EXPORT SQL command
This command runs the Export Data function and sends the output to a SQL database with one sql table per table in the source tabular model.
FILE command
This command will send output to a file based on the results of a DAX query
VPAX command
This command will output a .vpax file based for the selected tabular model
XLSX command
This command will output an Excel xlsx file based on the results of a DAX query