Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Extracts Azure Power BI contents from a Power BI server to the file system.  This operation supports both standard and package-based projects.

Target Properties

Property Name

Property Code

Required

Description

Azure Power BI Account

FDPBI_ACCOUNT_CODE

No

The account from where we will export the files

Azure Power BI Workspace ID

FDPBI_TGT_WORKSPACE_ID

No

Workspace Id of the Power BI content

Azure Power BI Workspace Name

FDPBI_TGT_WORKSPACE_NAME

No

Workspace Name of the Power BI content. (Workspace Name is case-sensitive)

Read Timeout

FDPBI_TGT_READ_TIMEOUT

No

Timeout to get response during large file export. Default: 500 seconds.

Use Default Script

FDPBI_TGT_USE_DEFAULT_SCRIPT

No

Check if you want to use the Default Script to export PBIP Files. (Keep it checked for Linux Endpoint)

@Since 8.0.0.11

PowerShell Path

FDPBI_TGT_PWSH_PATH

No

PowerShell Path on the endpoint. (Only works with PowerShell 7 and above)

@Since 8.0.0.11

Project Properties

Property Name

Property Code

Required

Description

Power BI File Format

FDPBI_FILE_FORMAT

No

 

The format in which the Reports or Semantic Models would be exported and imported.

Default: PBIX

  • PBIX

  • PBIP

Info

Select PBIP if you want to Import PBIP Reports and Semantic Models

Inputs

Input Name

Input Code

Required

Description

Power BI Account

FDPBI_INP_ACCOUNT_CODE

No

The account from where we will export the files

Reports Names

FDPBI_INP_REPORTS_NAMES

No

Comma separated list of the Report names to be exported. If nothing is provided, export all reports present in the workspace.

Path To Export

FDPBI_INP_EXPORT_PATH

No

The directory where the exported

.pbix

files will be kept. By default, it could be a folder with FD_PROJECT_NAME inside FD_TEMP_DIR.

Semantic Model Save Option

FDPBI_INP_MODEL_SAVE_OPTION

No

Format in which you want to save the Semantic Model. By default, it will be TMDL

  • TMDL

  • TMSL

@Since 8.0.0.11

Artifacts

This operation produces artifacts that will be stored in the artifacts repository.

...