Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

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)

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors