Triggers a refresh for the specified semantic model from the specified workspace.
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) |
Refresh Status Timeout |
| No | Timeout (in seconds)till when API will try to fetch the status of the Refresh operation execution. Default: 1200 seconds |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Power BI Account |
| No | The account from where we will export the files |
Semantic Model Name |
| No | Provide the Semantic Model name. |
Semantic Model ID |
| No | Provide the Semantic Model ID. |
Refresh Type |
| No | The type of processing to perform.
Default: automatic |
Commit Mode |
| No | Determines if objects will be committed in batches or only when complete Default: transactional |
Retry Count |
| No | Number of times the operation retries before failing. Default: 0 |
Objects List |
| No | User must provide the element list. e.g. [ Default: Entire model |
Outputs
Output Name | Description |
---|---|
| Returns the JSON response received showing the details of the refresh activity. |
| Returns the status field. |
Artifacts
This operation doesn’t consume or produce any artifacts.
...