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
SevsBo
Resolver III
Resolver III

Phantom ambiguous paths between tables causing issues

I think this is a bug in Power BI Desktop.

 

We have the below data model, with single-direction relationships between the offending tables.

 

If we create a table that links to Date Conversion and Ultimate Calendar, there is no issue, and they continue to filter the nameless table above, as before.

 

But if we try to activate the relationships between Date Conversion, and Ultimate Calendar, to FTE Numbers, we get the below error.

 

I have validated that both relationships from the Months table to Date Conversion and Ultimate Calendar, are indeed single-direction, but the model insists there are ambiguous paths going out of FTE Numbers.

 

Working solution, relationships to FTE Numbers deliberately kept inactive:

 

PBI_Relationship_error_working.png

Erroneus Ambigious path, if those are activated and we try to again link Months to those tables above:

Even if I manually change the relationship to Many-to-Many, to allow for fine-tuning of direction of relationship, the same issue persists.

 

PBI_Relationship_error_not_working.png

 

1 ACCEPTED SOLUTION
SevsBo
Resolver III
Resolver III

Consider this user error. We had two dates going to two different dates on the same table. The original model didn't have an issue as one of those relationships was many-to-many and the other a one-to-many, so the latter got prioritised and prevented the ambiguity error. Once we built identical types of relationships, the ambiguity came into effect.

View solution in original post

3 REPLIES 3
SevsBo
Resolver III
Resolver III

Consider this user error. We had two dates going to two different dates on the same table. The original model didn't have an issue as one of those relationships was many-to-many and the other a one-to-many, so the latter got prioritised and prevented the ambiguity error. Once we built identical types of relationships, the ambiguity came into effect.

SamWiseOwl
Super User
Super User

Hi @SevsBo 

 

Did you use DAX to generate either calendar table? For example CalendarAuto?

There was a bug a few versions ago that causes the built in Calendar tables to clash with CalendarAuto.

 

If you are using CalendarAuto try using Calendar instead so Calendar(StartDate, LastDate). If that fixes the issue we know that was causing it!


If you are happy with this answer please mark as a solution for others to find !

Kudos are always appreciated! Check out our free Power BI video courses.

Hi @SamWiseOwl 
We are already using CALENDAR, unfortunately.

 

Worth mentioning that Date Conversion and most of the rest of this model comes from a direct link to a Semantic Model, but Ultimate Calendar, FTE Numbers and Months exist only in this report.

That said, Months is created entirely within this report, not from any external file.

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