Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Calculated Column: RELATED & USERELATIONSHIP

Hi,   I had a custom column like this:   Column = LOOKUPVALUE(TABLE1[NAME], TABLE1[ID], RELATED(TABLE2[ID]))   This worked fine, because I had an active relationship between Table1 & Table2. ...