Forum Discussion
Anonymous
2 years agoNot applicable
how do I properly create a relationship between 2 tables
I am having a problem with the relationship with 2 tables. I have one table and I created a new table by copying and pasting the original table and named it differently; As I will be using it differ...
- Anonymous2 years ago
Hi Anonymous ,
According to the error message: there is no shared dimension between the two tables, and the fields of the join relationship do not have unique values.
Try adding a calculated table and using many-to-one relationship:
Solved: Create join table for many to many relationship DA... - Microsoft Fabric Community
Solved: Re: Unique values from two columns - Microsoft Fabric Community
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- 2 years ago
You need to create a proper Account dimension table (with unique Account No values) and then comtrol your two tables through it.
Avoid linking fact tables directly.
Anonymous
2 years agoNot applicable
Thank you so much!