add_relationship_to_semantic_model
Define relationships between tables in a Microsoft Fabric semantic model to enable accurate data analysis and reporting by connecting related data points.
Instructions
Add a relationship between two tables in an existing semantic model.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_name | Yes | ||
| semantic_model_name | Yes | ||
| from_table | Yes | ||
| from_column | Yes | ||
| to_table | Yes | ||
| to_column | Yes | ||
| cardinality | No | manyToOne | |
| cross_filter_direction | No | oneDirection | |
| is_active | No |