Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosqlbi committed Jul 21, 2024
1 parent 51bb6dd commit 7981a33
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _mydocs/vertipaq-analyzer/command-line-tool.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: page
title: VPAX Command Line Tool
title: VPAX command line tool
published: true
order: /
---
Expand Down Expand Up @@ -36,6 +36,7 @@ steps:
# Download and install the VertiPaq-Analyzer .NET tool from NuGet.
# See https://www.nuget.org/packages/Dax.Vpax.CLI
#

- script: dotnet tool install Dax.Vpax.CLI --global
displayName: install vpax tool
#
Expand All @@ -47,6 +48,7 @@ steps:
#
# Use `vpax export -?` to learn more about the available options.
#

- script: vpax export "%VPAX_PATH%" "%TABULAR_CONNECTION_STRING%"
displayName: export vpax
env:
Expand All @@ -55,11 +57,12 @@ steps:
# https://blog.tabulareditor.com/2020/06/02/service-principal-access-to-dedicated-capacity-xmla-endpoint
# https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-service-principal
TABULAR_CONNECTION_STRING: $(TabularConnectionString)

# Variable that holds path where the VPAX file will be extracted.
# Using $(Build.BuildId) ensures a unique file name for each build.
VPAX_PATH: $(Build.StagingDirectory)\contoso-$(Build.BuildId).vpax
```
For more information on how enable Service Principal access to a Power BI workspace in a dedicated capacity:
For more information on how to enable Service Principal access to a Power BI workspace in a dedicated capacity:
- [Service Principal access to dedicated capacity XMLA endpoint](https://blog.tabulareditor.com/2020/06/02/service-principal-access-to-dedicated-capacity-xmla-endpoint)
- [Automate Premium workspace and semantic model tasks with service principals](https://learn.microsoft.com/en-us/power-bi/enterprise/service-premium-service-principal)

0 comments on commit 7981a33

Please sign in to comment.