USERELATIONSHIP

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 … Read More

RELATED

RELATED is a DAX function that retrieves a related value from another table based on existing relationships. Syntax Argument Properties Description ColumnName The column that contains … Read More

RELATEDTABLE

RELATEDTABLE is a DAX function that returns a filtered related table containing only rows related to the current row. Syntax Argument Properties Description Table The table … Read More

CROSSFILTER

CROSSFILTER is a DAX function that specifies the cross-filtering direction to be used in the evaluation of a DAX expression, defining the relationship by naming … Read More