Relationship Functions Flashcards

1
Q

RELATEDTABLE(tableName)

A

Evaluates a table expression in a context modified by the given filters.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

RELATED(column)

A

Returns a related value from another table.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly