Forum Discussion
debiagui
Resolver I
2 years agoIssue 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
Microsoft Employee
2 years agodebiagui there might be a potential mistake in the model, specifically in the relationship between Sales and Calendar table. I think it should be Calendar (1) ---> Sales (many), right now it looks like it's the opposite - Calendar (many) ----> Sales (one). I am right?
If it's the case, then please try fixing it and see if you still have the same error.