Forum Discussion
MarcUrdang
6 years agoPost Patron
Releated function
Hi ... I would like some advice regarding using the Related funciton. I have two data sources joined by a created field in the one and a supplied field in the other. The first is my main data sou...
armely
6 years agoHelper I
How about you make a column in your master table that contains data from your secondary table using related function. Now with the new created column use your IF condition for comparison.
- MarcUrdang6 years agoPost Patron
Hi Armely
I tried that 🙂
CalcName = Related('TableName'[FieldName])
Is above correct syntax?
Thanks
Marc