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
kiranmayiyl
Regular Visitor

Unable to create multiple relations between tables

I am using power BI for my dashboards.

I have two tables (meta data tables, say A and B) which will be joined with all the other tables.

 

The join works for the first two data tables and from then on I am able to either join with A or B.

When I try to create relation, it gives me error as attached.

I can create the same relation in a new Power BI file and even in the same file if I delete all the existing relations.

Is there a way I can fix this?

PBI Error.jpg

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

Basically what this is saying, I believe, is that you are creating your relationships in such a way that you are creating multiple query paths between tables such that the data model is not certain how one table relates to another table (which path it should follow). You can generally get around this by editing the cross-filter direction to be "Single" versus "Both". I'd have to see a picture of your table relationships and the proposed relationship you are trying to create to know for sure.



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

2 REPLIES 2
Greg_Deckler
Community Champion
Community Champion

Basically what this is saying, I believe, is that you are creating your relationships in such a way that you are creating multiple query paths between tables such that the data model is not certain how one table relates to another table (which path it should follow). You can generally get around this by editing the cross-filter direction to be "Single" versus "Both". I'd have to see a picture of your table relationships and the proposed relationship you are trying to create to know for sure.



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...

Thanks. Changing cross-filter direction to Single worked.  However, I had to do it for all the relations in my Power BI.

 

I was earlier trying to create somehting similar to this

select *
from AppV_PublishPackageContainer A
Left outer join AppvErrors B on A.AppVError = B.AppVError
Left outer join AppV_PackageIdVersionIdPackageName C on A.PackageVersion = C.PackageVersion

 

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
Top Kudoed Authors