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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ChannelDevMike
Regular Visitor

One to many not an option. Telling me I have to use many to many

The ids in accounts table are unique. They corralate with the contacts table. One Id from accounts table can have the same Id 3 times in the contact table. It wants me to do a many to many relationship only and I dont understand why. 
power bi.png

 

1 ACCEPTED SOLUTION

Hi @ChannelDevMike ,

 

multiple null values in accounts would indeed force you to use a many to many relationshipt between tabels.

You need to ask yourself whether:

  1. it makes sense to have multiple empty account ID's in the situation you are in
  2. you need those null accounts in your report

If you don't need the null accounts, you can delete them during data transformation.

If you do need them, your best option seems to create a new & unique account ID, then add that ID to your contacts table so that you can have a one - to - many relation between the 2 tables.

View solution in original post

2 REPLIES 2
ChannelDevMike
Regular Visitor

Unless multiple empty values from the accounts table through it off.. If so, how would I correct this?

Hi @ChannelDevMike ,

 

multiple null values in accounts would indeed force you to use a many to many relationshipt between tabels.

You need to ask yourself whether:

  1. it makes sense to have multiple empty account ID's in the situation you are in
  2. you need those null accounts in your report

If you don't need the null accounts, you can delete them during data transformation.

If you do need them, your best option seems to create a new & unique account ID, then add that ID to your contacts table so that you can have a one - to - many relation between the 2 tables.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Kudoed Authors