Power BI · JSON Structure

Power Bi Rest Relationship Structure

Type: object Properties: 6
AnalyticsBusiness IntelligenceDashboardsData AnalysisReportingVisualization

Relationship 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

name fromTable fromColumn toTable toColumn crossFilteringBehavior

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Relationship",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "fromTable": {
      "type": "string"
    },
    "fromColumn": {
      "type": "string"
    },
    "toTable": {
      "type": "string"
    },
    "toColumn": {
      "type": "string"
    },
    "crossFilteringBehavior": {
      "type": "string"
    }
  }
}