Power BI · Example Payload

Power Bi Rest Datasource Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Top-level fields

datasourceTypeconnectionDetailsdatasourceIdgatewayId

Example Payload

Raw ↑
{
  "datasourceType": "example_value",
  "connectionDetails": "example_value",
  "datasourceId": "500123",
  "gatewayId": "500123"
}