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

Analysis Service Tabular Model there are ambigous path relationship

Hi there,

I have below tabular model SSAS relationship in data model :

ActionTable [ActionDate] with M:1 with CalenderDate[FullDate]

TicketTable[TicketReportDate] with M:1 with CalenderDate[FullDate]

 

CalenderTable

FullDate

 

ActionTable

ActionID

TicketID

ActionDate

 

TicketTable

TicketID

TicketReportDate

 

But when I try to add new relationship ActionTable[TicketID] M:1 with TicketTable[TicketID] it says there are ambigous path between 'ActionTable' and 'CalenderTable': 'ActionTable' --> 'CalenderTable' and 'ActionTable'->'TicketTable'->'CalenderTable'

 

please help?

 

This is in Visual Studio SSAS tabular project.

5 REPLIES 5
amitchandak
Super User
Super User

@kaushikmakadia , Please create a common ticket Table. As both are already joined with Calendar in 1-M and now consider as facts. If the ticket is both fact and dimension. Take one more copy of the ticket and use that as a dimension , do no join with date

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thanks Amit. Can you please more details wih mutiple solution step. Sorry jus wasnt clear in response, thats all. Cheers

@kaushikmakadia , As Both Ticket and Action, are Fact. If you need to join Ticket and Action then you need to have a common ticket table. That comes from distinct values from both table.

But If Ticket to Action is 1 -M, means the ticket is also dimension, as well as fact. Add Ticket again  with a new(Ticket_dim)  name and use it only to connect with  Ticket and  Action(1 - M)

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you so much Amit. Will check it out

Hi, @kaushikmakadia 

Could you please tell me whether your problem has been solved?

If yes, you could accept the helpful answer as solution. You could also share your own solution here.
For now, there is no content of description in the thread. If you still need help, please share more details to us.

Best Regards,
Community Support Team _ Eason

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