Relationship#
Bases: SsasRenameRecord
TBD.
SSAS spec: Microsoft This class represents a relationship between two tables in a Tabular model.
Source code in pbi_core/ssas/model_tables/relationship/relationship.py
from_column #
The column in the from_table used to join with the to_table.
from_table #
Returns the table the relationship is using as a filter.
Note
In the bi-directional case, this table is also filtered
Source code in pbi_core/ssas/model_tables/relationship/relationship.py
model #
to_column #
The column in the to_table used to join with the from_table.
to_table #
Returns the table the relationship is being filtered.
Note
In the bi-directional case, this table is also used as a filter