Power BI · Example Payload

Power Bi Rest Gateway Datasource Example

AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Power Bi Rest Gateway Datasource 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

idgatewayIddatasourceTypeconnectionDetailscredentialTypedatasourceName

Example Payload

Raw ↑
{
  "id": "abc123",
  "gatewayId": "500123",
  "datasourceType": "example_value",
  "connectionDetails": "example_value",
  "credentialType": "example_value",
  "datasourceName": "example_value"
}