Reports - Rebind Report
Rebinds the specified report from "My Workspace" to the requested dataset.
If the dataset resides in a different upgraded workspace, a shared dataset will be created in "My Workspace".
Reports with live connection will lose the live connection when rebinding, and will have a direct binding to the target dataset.
Required scope: Report.ReadWrite.All
To set the permissions scope, see Register an app.
Required permissions: Report - Write permissions. Target dataset - Build permissions.
POST https://api.powerbi.com/v1.0/myorg/reports/{reportId}/Rebind
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
report
|
path | True |
|
The report id |
Request Body
Name | Required | Type | Description |
---|---|---|---|
datasetId | True |
|
The new dataset for the rebound report. If the dataset resides in a different workspace than the report, a shared dataset will be created in the report's workspace |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
Definitions
RebindReportRequest
Power BI rebind report request
Name | Type | Description |
---|---|---|
datasetId |
|
The new dataset for the rebound report. If the dataset resides in a different workspace than the report, a shared dataset will be created in the report's workspace |