Forum Discussion
Creating relationship without unique values
- Anonymous8 years ago
Hi Anonymous
Power BI supports, 1:1, 1:M, M:1 relationships only, not M :M. But there is a work around for this.
Option 1. Create a relationship/ bridge table to handleM:M
Option 2. Create a Unique column in your current tables ( For example: By concatenating 2 columns to make the values unique).
Thanks
Raj
Hi Anonymous
Power BI supports, 1:1, 1:M, M:1 relationships only, not M :M. But there is a work around for this.
Option 1. Create a relationship/ bridge table to handleM:M
Option 2. Create a Unique column in your current tables ( For example: By concatenating 2 columns to make the values unique).
Thanks
Raj
- derydebs2 years agoNew Member
I have the same problem but this time with dates. I have two different tables I want to show these records on a single line graph showing how they both performed on specific dates. Obviously this means some dates will have multiple records. So it will not be unique. How do i go around this?