Power BI · JSON Structure

Power Bi Rest Parameter Structure

Type: object Properties: 5
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Parameter 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 type currentValue isRequired suggestedValues

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Parameter",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "currentValue": {
      "type": "string"
    },
    "isRequired": {
      "type": "boolean"
    },
    "suggestedValues": {
      "type": "array"
    }
  }
}