Refresh dataset

 

Updated: July 21, 2017



Request | Response

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

NameDescriptionData Type
group_idGuid 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_idGuid of the gateway to use. You can get the dataset id from the Get datasets operation.String

Status code

CodeDescription
202Accepted
400HTTP general error (Bad request)
401Unauthorized
404Not found
406Not acceptable (non-refreshable dataset)
409Conflict (refresh already executing)
Show: