Forum Discussion
Relationship between tables
- 5 years ago
Hi, NickProp28
It’s my pleasure to answer for you.
According to your description, Many-to-many relationships can easily lead to many problems. Maybe you can create a bridge table and then establish two many-to-one relationships.
Like this:
Table = DISTINCT(UNION(DISTINCT(Table1[category]),DISTINCT(Table2[category])))Reference:Many-to-many relationships in Power BI Desktop - Power BI | Microsoft Docs
Here is my sample .pbix file.Hope it helps.
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
ConsolId Column of ConsolId table having duplicate values.
Please check and remove the duplicates.
Dear Singaravelu_R ,
As mentioned, I have remove duplicate value when create ConsolID.
Furthermore, i have copied the ConsolID data and double check on excel. Its show no duplicate value.
- Ashish_Mathur5 years agoSuper User
Hi,
In the Consollegs table, select Many to One and Single. Also, when creating the ConsolID Table, ensure that there are no blanks in that table.