Power BI · Example Payload

Power Bi Rest Import Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Power Bi Rest Import Example is an example object payload from Power BI, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnameimportStatecreatedDateTimeupdatedDateTimereportsdatasets

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "importState": "example_value",
  "createdDateTime": "example_value",
  "updatedDateTime": "example_value",
  "reports": [],
  "datasets": []
}