Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 differently. KVC1 AND KVC2. KVC1(7 days of data) and the KVC2(365 days of data)
Now the problem is the relationship. I wanted to do which is common sense to me the account No. fields in each, but it gives me the followng message:
This relationship has cardinality Many-Many. This chould only be used if it is expected that neither column (Account No and Account No) contains unique values... or The cardinality you selected isn't valid for this relationship.
How do I fix this relationship?
Solved! Go to Solution.
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.
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.
Thank you so much!
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.
This helped. Thanks.
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.
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |