Forum Discussion
debiagui
2 years agoResolver I
Issue with There are ambiguous paths between tables
My model hs the following tables * Products, were the primary key is ProductId * Customers,, were the primary key is Id * Sales, were the primary key is Fecha, ProductId, CustomerId * SellOut, we...
Alexpeles
2 years agoMicrosoft Employee
debiagui there might be a mistake in your model, specifically between Sales and Calendar, I think it should be 1(Calendar) to many(Sales).
I had the same issue which you described, and then I double-checked all my relationships, and found out a similar mistake, and it fixed the error for me, maybe it will help you as well.