Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi, I have a problem that I don't know how to slove.
I have large table with companies, dates and traffic data.
I have smaller table with companies that are my clients and start-end dates when they have been my clients.
There is one-many relationship between these two tables that help me calculate traffic for specific companies in the period when they have been my clients.
PROBLEM: The same companie has become the client again.
If I enter row with new client period, I'll have many-many relationship in one-many.
How do I resolve this and avoid summarization problems?
Thanks!
Solved! Go to Solution.
The two existing tables remain as they are, and you add a third table Company to your data model. The Company table is a distinct list of companies. Example:
Proud to be a Super User!
You could create a bridge table that has one row per Company. This bridge table would have a one-to-many relationship with the other two tables.
Proud to be a Super User!
If I understand correctly, duplicates go to another table? that has the same layout as initial clents table, and connects to other two tables?
The two existing tables remain as they are, and you add a third table Company to your data model. The Company table is a distinct list of companies. Example:
Proud to be a Super User!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!