Rebind report
Updated: July 21, 2017
The Rebind report operation will rebind a report to a dataset.
POST https://api.powerbi.com/v1.0/myorg/reports/{report_id}/Rebind
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}/reports/{report_id}/Rebind
Uri parameter
| Name | Description | Data Type |
|---|---|---|
| group_id | Guid of the Group 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 |
| report_id | Guid of the report to get. You can get the report id from the Get reports operation. | String |
Header
Authorization: Bearer eyJ0eX ... FWSXfwtQ
Body schema
{
"datasetId": "string"
}
Empty response
Status code
| Code | Description |
|---|---|
| 200 | OK. Indicates success. |
| 400 | Bad request |
| 404 | Not found |
| 403 | Unauthorized |
| 500 | Internal service error |
Show: