...
Property Name | Property Code | Required | Description |
---|---|---|---|
Azure Power BI Account |
| No | The account where we will import 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) |
Import Status Timeout |
| No | Timeout (in seconds) till when API will try to fetch the status of the import operation execution. Default: 1200 seconds |
Use Default Script |
| No | Check if you want to use the Default Script to export PBIP Files. (Keep it checked for Linux Endpoint) |
PowerShell Path |
| No | PowerShell Path on the endpoint. (Only works with PowerShell 7 and above) |
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
|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Power BI Account |
| No | The account from where we will import the files |
Skip Report |
| No | CSV list of the pbix file names, for which report creation will be skipped. Primarily applicable during shared semantic model import. |
Name Conflict |
| No | Specifies what to do if the resource with the same name already exists.
By default, it will be CreateOrOverwrite |
Display Name |
| No | The display name of the content after import. User must provide it either in filename1:displayname1##filename2:displayname2 format or similar json format |
Path To Import From |
| No | The directory from where the .pbix files will be listed and imported to target workspace. By default, it will be FD_ARTIFACTS_DIR. |
...