This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have 3 tables (Headcount, Separations and Calendar) i want to make a relationship of both headcount and separations with a Calendar table. beacuase i want to see the separation and headcount numbers of 2015, 2016. BUT i am unable to connect these three table (I AM JOINING MONTHS COULMNS). Following error is appearing while joining the tables.
Please help...
Solved! Go to Solution.
Hi @Anonymous,
Basically what that error is complaining about is that the relationship you're trying to create from your tables has issue: One of the Month columns must have unique value of month. You can't have Many to Many relationship but only One to Many or Many to One relationship between them.
In your scenario, I would suggest you to create a new Month table(acts as a middle table) which only contains one column of unique value of month. And first relate your Calendar table to the Month table with the month column, then relate the Month table to Headcount, Separations table.![]()
Regards
Hi @Anonymous,
Basically what that error is complaining about is that the relationship you're trying to create from your tables has issue: One of the Month columns must have unique value of month. You can't have Many to Many relationship but only One to Many or Many to One relationship between them.
In your scenario, I would suggest you to create a new Month table(acts as a middle table) which only contains one column of unique value of month. And first relate your Calendar table to the Month table with the month column, then relate the Month table to Headcount, Separations table.![]()
Regards
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 27 | |
| 26 | |
| 22 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 47 | |
| 46 | |
| 41 | |
| 21 | |
| 18 |