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 |
| No | The account from where we will export the files |
Azure Power BI Workspace ID |
| No | Workspace Id of the Power BI content |
Azure Power BI Workspace Name |
| No | Workspace Name of the Power BI content. (Workspace Name is case-sensitive) |
Read Timeout |
| No | Timeout to get response during large file export. Default: 500 seconds. |
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 |
| 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 |
| No
| The format in which the Reports or Semantic Models would be exported and imported. Default: PBIX
|
Info |
---|
Select PBIP if you want to Import PBIP Reports and Semantic Models |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Power BI Account |
| No | The account from where we will export the files |
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 |
| No | The directory where the exported |
files will be kept. By default, it could be a folder with FD_PROJECT_NAME inside FD_TEMP_DIR. | |||
Semantic Model Save Option |
| No | Format in which you want to save the Semantic Model. By default, it will be TMDL
@Since 8.0.0.11 |
Artifacts
This operation produces artifacts that will be stored in the artifacts repository.
...