Forum Discussion
Relationships between multiple tables
- 6 years ago
Anonymous
Your model is full of bi-directional relationships.
Create a single customer table with unique customers if you don't have one then, create relationships One-To-Many as cardinality with other tables.
Refer link: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships
https://www.youtube.com/watch?v=-4ybWQSRcOY________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS š
Anonymous
Your model is full of bi-directional relationships.
Create a single customer table with unique customers if you don't have one then, create relationships One-To-Many as cardinality with other tables.
Refer link: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships
https://www.youtube.com/watch?v=-4ybWQSRcOY
________________________
Did I answer your question? Mark this post as a solution, this will help others!.
I accept KUDOS š
- Anonymous6 years agoNot applicable
created single customer tables Thanks