Forum Discussion
Maybe, Is there a bug about dynamic filtering with the new feature - composite model preview?
- Anonymous8 years ago
selsor,
Do you create many to many relationship as described in this article https://docs.microsoft.com/en-us/power-bi/desktop-many-to-many-relationships? If so, this is a new feature which is included in composite model. There is a similar thread for your reference.
You would need to use traditional method that create bridge table, then establish many:1 relationship between table 1 and bridge table, and establish many:1 relationship between table 2 and bridge table.
Regards,
Lydia
selsor,
Do you create many to many relationship as described in this article https://docs.microsoft.com/en-us/power-bi/desktop-many-to-many-relationships? If so, this is a new feature which is included in composite model. There is a similar thread for your reference.
You would need to use traditional method that create bridge table, then establish many:1 relationship between table 1 and bridge table, and establish many:1 relationship between table 2 and bridge table.
Regards,
Lydia
Thx a lot.
I see then.
And i also read this.
I will try 1 to many relations.