Forum Discussion
Visual shows non-related data
- 2 years ago
I would recommend not using a many-many relationship unless you absolutely have to. Try creating a bridge table with unique values to join the two tables. Also add a date table so you follow proper star schema modeling practices. In the meantime, you could try changing the filter direction of both to single so that AllCalls filters the CCCAgent table.
Sorry No. What I mean is that the left table is showing data from Sep 1st but the table on the right is showing data from Sep 11th because that's earliest date the right table has data. If I pick Sep 11th as the date, then both tables will show correlated data.
Can you share a screenshot of your model view with relationships?
- Coo2 years agoNew Member
sure. Thanks for looking
- CoreyP2 years ago
Solution Sage
I would recommend not using a many-many relationship unless you absolutely have to. Try creating a bridge table with unique values to join the two tables. Also add a date table so you follow proper star schema modeling practices. In the meantime, you could try changing the filter direction of both to single so that AllCalls filters the CCCAgent table.