Forum Discussion
Anonymous
2 years agoNot applicable
Calculated column related tables
Hey all, I have a table called WorkItems History that looks like so: And a table called statuses that looks like so: There is currently no relationship between these tables...
dadb25
2 years agoHelper I
Hi Anonymous ,
To make a relationship between these 2 tables, it must be a "one to many" relationship.
It means, you must have unique values in your column : statuses[Status].
You can do it in Power Query, by apllying remove duplicates.
Then you can make your relationship.
Hope it helps 😁
Did I answer your question? Mark my post as a solution!