Power BI · Schema

RebindReportRequest

Request body for rebinding a report to a different dataset

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Properties

Name Type Description
datasetId string The ID of the target dataset
View JSON Schema on GitHub

JSON Schema

power-bi-rest-rebind-report-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "RebindReportRequest",
  "type": "object",
  "description": "Request body for rebinding a report to a different dataset",
  "properties": {
    "datasetId": {
      "type": "string",
      "description": "The ID of the target dataset"
    }
  }
}