Power BI · Example Payload

Power Bi Rest Group Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Power Bi Rest Group 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

idnameisReadOnlyisOnDedicatedCapacitycapacityIdtypestate

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "isReadOnly": true,
  "isOnDedicatedCapacity": true,
  "capacityId": "500123",
  "type": "example_value",
  "state": "example_value"
}