Power BI · JSON Structure

Power Bi Rest Table Structure

Type: object Properties: 4
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Table 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

name columns rows measures

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Table",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "columns": {
      "type": "array"
    },
    "rows": {
      "type": "array"
    },
    "measures": {
      "type": "array"
    }
  }
}