Power BI · Example Payload

Power Bi Rest Dashboard Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Top-level fields

iddisplayNameisReadOnlywebUrlembedUrldataClassification

Example Payload

Raw ↑
{
  "id": "abc123",
  "displayName": "example_value",
  "isReadOnly": true,
  "webUrl": "https://www.example.com",
  "embedUrl": "https://www.example.com",
  "dataClassification": "example_value"
}