Forum Discussion
smishra99acres
Helper I
1 year agoRelated 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
Super User
1 year agoEnsure 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
Helper I
1 year agoNewColumn = 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.