Power BI · JSON Structure

Power Bi Rest Tile Structure

Type: object Properties: 9
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Properties

id title subTitle embedUrl embedData reportId datasetId rowSpan colSpan

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Tile",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "subTitle": {
      "type": "string"
    },
    "embedUrl": {
      "type": "string"
    },
    "embedData": {
      "type": "string"
    },
    "reportId": {
      "type": "string"
    },
    "datasetId": {
      "type": "string"
    },
    "rowSpan": {
      "type": "integer"
    },
    "colSpan": {
      "type": "integer"
    }
  }
}