Power BI · JSON Structure

Power Bi Rest Datasource Structure

Type: object Properties: 4
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Datasource is a JSON Structure definition published by Power BI, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

datasourceType connectionDetails datasourceId gatewayId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Datasource",
  "type": "object",
  "properties": {
    "datasourceType": {
      "type": "string"
    },
    "connectionDetails": {
      "type": "object"
    },
    "datasourceId": {
      "type": "string"
    },
    "gatewayId": {
      "type": "string"
    }
  }
}