Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

One to One relationship in Data Model

Hi Experts

 

 Are one to one relationships a good Idea in a data model? I have tried to Summarise the Entity ID column in both Tables (Payment and Requested Received) and when i connect the two tables using a bridge table i still get a one to one relationship. 

 

Connecting Payment and Requested Received directly based on Entity ID gives me one to one.....

 

 

1 ACCEPTED SOLUTION
PaulDBrown
Community Champion
Community Champion

@Anonymous 

It is prefereable to avoid bi-directional relationships (as is a one-to-one). Besides, you might find that a table may "grow" in rows changing that side of the relationship from being a "One" to becoming a "Many". If the relationship is set as one-to-one you will get an error when loading the model.

 

You can actually change the relationship under the properties. Here is one example (ignore the model; it's for illustrations purposes only):

1to1.png

 

1toM.JPG

 

If you later need to filter the dimension table there are several ways of doing so.





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






View solution in original post

2 REPLIES 2
PaulDBrown
Community Champion
Community Champion

@Anonymous 

It is prefereable to avoid bi-directional relationships (as is a one-to-one). Besides, you might find that a table may "grow" in rows changing that side of the relationship from being a "One" to becoming a "Many". If the relationship is set as one-to-one you will get an error when loading the model.

 

You can actually change the relationship under the properties. Here is one example (ignore the model; it's for illustrations purposes only):

1to1.png

 

1toM.JPG

 

If you later need to filter the dimension table there are several ways of doing so.





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






amitchandak
Super User
Super User

@Anonymous , Make them 1-M (Bridge/Master table on the one side).

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors