Refresh dataset
Updated: July 21, 2017
The Refresh dataset operation triggers a refresh to occur for the referenced dataset.
POST https://api.powerbi.com/v1.0/myorg/datasets/{dataset_id}/refreshes
Groups
Groups are a collection of unified Azure Active Directory groups that the user is a member of and is available in the Power BI service. These are referred to as app workspaces within the Power BI service. To learn how to create a group, see Create an app workspace.
POST https://api.powerbi.com/v1.0/myorg/groups/{group_id}/datasets/{dataset_id}/refreshes
Header
Authorization: Bearer eyJ0eX ... FWSXfwtQ
Uri parameter
| Name | Description | Data Type |
|---|---|---|
| group_id | Guid of the app workspace to use. You can get the group id from the Get Groups operation. Groups are referred to as app workspaces within the Power BI service. | String |
| dataset_id | Guid of the gateway to use. You can get the dataset id from the Get datasets operation. | String |
Status code
| Code | Description |
|---|---|
| 202 | Accepted |
| 400 | HTTP general error (Bad request) |
| 401 | Unauthorized |
| 404 | Not found |
| 406 | Not acceptable (non-refreshable dataset) |
| 409 | Conflict (refresh already executing) |
Show: