Power BI · JSON Structure

Power Bi Rest Column Structure

Type: object Properties: 5
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

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

Properties

name dataType formatString sortByColumn isHidden

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Column",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "dataType": {
      "type": "string"
    },
    "formatString": {
      "type": "string"
    },
    "sortByColumn": {
      "type": "string"
    },
    "isHidden": {
      "type": "boolean"
    }
  }
}