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! Request now

Reply
SanketBhagwat
Solution Sage
Solution Sage

Create a relationship between 2 tables using other table.

Hi.

I want to know whether we can create a relationship between 2 tables with the help of other table.

I want to create a relationship between LU_Employee and TRX_LoanApplication, but a similar column is not present in both the tables in order to create a relationship.

So I used FACT_BrokerTarget table to create a relationship between those 2 tables.

 

Screenshot (119).png 

Help will be appreciated.

 

Regards,

Sanket Bhagwat

3 REPLIES 3
Anonymous
Not applicable

Hi @SanketBhagwat ,

 

This can be a real hair-puller, especially when the relationship really is 1:1. Ensure you have done the following to the matching keys:
* Convert the keys to UPPER or lower. Power BI doesn’t consider the same string in upper and lower case to be the same.
* Remove blanks/nulls
* Remove duplicates (of course)
* Remove errors

 

Please kindly refer to Many-to-One or Many-to-Many? The Cardinality of Power BI Relationship Demystified.

 

 

 

Best Regards,

Stephen Tao

 

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

 

Fowmy
Super User
Super User

@SanketBhagwat 

Not sure about the cardinality of each IDs in those tables, can you share some data as example for the three tables. You may have to create combined keys. You have applied Many to Many relationships which not preferable.


Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Hi @Fowmy .

 

Cardinality for both the relationships is 'many to many' as other cardinalities were not working.

For ever other relationship, I got an error as 'The cardinality you selected isn't valid for this relationship.

 

Here is Screenshot (121).pnga sample data of all the 3 tables.

 

Regards,

Sanket Bhagwat

 

 

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