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...
Greg_Deckler
Community Champion
2 years agodebiagui Go ahead and add it as an inactive relationship. Then you can use USERELATIONSHIP in a measure if you need it. That said, I'm not seeing the pathways that it is seeing between the tables given the direction of the relationships.