Power BI · JSON Structure

Power Bi Rest Dashboard Structure

Type: object Properties: 6
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Properties

id displayName isReadOnly webUrl embedUrl dataClassification

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Dashboard",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "displayName": {
      "type": "string"
    },
    "isReadOnly": {
      "type": "boolean"
    },
    "webUrl": {
      "type": "string"
    },
    "embedUrl": {
      "type": "string"
    },
    "dataClassification": {
      "type": "string"
    }
  }
}