USERELATIONSHIP is a DAX function that specifies an existing relationship to be used in evaluating a DAX expression by naming the two columns that define the relationship.
Syntax
USERELATIONSHIP(
ColumnName1,
ColumnName2
)
Argument | Properties | Description |
---|---|---|
ColumnName1 | Foreign (or primary) key of the relationship. | |
ColumnName2 | Primary (or foreign) key of the relationship. |