Forum Discussion
smishra99acres
1 year agoHelper I
Related function
Hi i have build a rleationship in two table now ehen i am trying to created related fucntion its saying column not exist or dont have any relationship. can any one please help me in thisi?
rohit1991
1 year agoSuper User
Ensure the relationship between the tables is correctly set up in the Model View, with matching data types for the related columns. Use fully qualified column names in your DAX formula, like:
NewColumn = RELATED(Table2[ColumnName])
If the issue persists, refresh the data model, recheck column names, and confirm there are no typos.
smishra99acres
1 year agoHelper I
NewColumn = RELATED(Table2[ColumnName])
same i am using in related auto suggestion also coming when i am trying to save it then this issue arises.
both column are text which is used on retion in data model.