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
Mornagli
Helper III
Helper III

Cant create 'One to many' relationship

Hello, I have servel tables, In one of the tables i have column with text format with values that contains letters and numbers
(e.g AB123, sd0001, sd012), when i try to create relationship with another table with this column i only get 'many to many'.

In that column i dont have duplicates values, blanks or NULL cells, And if i add index to every cell(AB123 1, sd001 2, sd012 3), then MPBI give me the option - 'One to many', So i think that maybe MPBI pasre some value as something else(e.g MPBI see 001 as 01),
but i dont want to change the data, what is the problem and how can i get One to many?

2 ACCEPTED SOLUTIONS

@Mornagli Pay attention to casing. Power Query treats upper and lower cases as different from one another but DAX does not.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

Icey
Community Support
Community Support

Hi @Mornagli ,

 

Just as what @Greg_Deckler mentioned, please pay attention to case. One example:

case - data.PNG

The most direct way, you can go here to find if there are duplicated values:

 

table distinct.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

I de-duped my data set, but it is still insisting on a many-to-many relationship.

AlB
Community Champion
Community Champion

Hi @Mornagli 

Can you share the pbix?

Or at least the two columns you are using to create the relationship?

SU18_powerbi_badge

Please accept the solution when done and consider giving a thumbs up if posts are helpful. 

Contact me privately for support with any larger-scale BI needs, tutoring, etc.

 

Hi @AlB 
I cant share the data, but the column that i need to be with 'One' instead with 'Many' that make the problem is :
- Text format
- Without duplicates
- Without null or blank cells
- couple of cells with language that is not english(maybe it couse problems..)

 

I think that mabye its some parse problem because as i said, if i add to each value an uniqe number - It is possible to get the "one to many"

here some examples:

 

- Q10080

- Q10079

- C3ANCLQWE

- C3ANCLQVE

Thank you.

Icey
Community Support
Community Support

Hi @Mornagli ,

 

Just as what @Greg_Deckler mentioned, please pay attention to case. One example:

case - data.PNG

The most direct way, you can go here to find if there are duplicated values:

 

table distinct.PNG

 

Best Regards,

Icey

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@Mornagli Pay attention to casing. Power Query treats upper and lower cases as different from one another but DAX does not.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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