Power BI · JSON Structure

Power Bi Rest Dataset Structure

Type: object Properties: 14
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Properties

id name addRowsAPIEnabled configuredBy isRefreshable isEffectiveIdentityRequired isEffectiveIdentityRolesRequired isOnPremGatewayRequired targetStorageMode createReportEmbedURL qnaEmbedURL webUrl createdDate contentProviderType

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dataset",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "addRowsAPIEnabled": {
      "type": "boolean"
    },
    "configuredBy": {
      "type": "string"
    },
    "isRefreshable": {
      "type": "boolean"
    },
    "isEffectiveIdentityRequired": {
      "type": "boolean"
    },
    "isEffectiveIdentityRolesRequired": {
      "type": "boolean"
    },
    "isOnPremGatewayRequired": {
      "type": "boolean"
    },
    "targetStorageMode": {
      "type": "string"
    },
    "createReportEmbedURL": {
      "type": "string"
    },
    "qnaEmbedURL": {
      "type": "string"
    },
    "webUrl": {
      "type": "string"
    },
    "createdDate": {
      "type": "string"
    },
    "contentProviderType": {
      "type": "string"
    }
  }
}