Relationship Functions Flashcards
1
Q
RELATEDTABLE(tableName)
A
Evaluates a table expression in a context modified by the given filters.
2
Q
RELATED(column)
A
Returns a related value from another table.
3
Q
CROSSFILTER(columnName1, columnName2, direction)
A
Specifies the cross-filtering direction to be used in a calculation for a relationship that exists between two columns.
4
Q
USERELATIONSHIP(columnName1, columnName2)
A
Specifies the relationship to be used in a specific calculation as the one that exists between columnName1 and columnName2.