I have 3 tables of sales data:
And 2 dimension tables:
I am trying to build out a matrix visual that displays the sales data by SalespersonID with a slicer on the dimDate table. However, I can't figure out how to join these 5 tables to allow this to work. If I try to connect the 3 sales data tables (many) to both dimension tables (1), I "introduce ambiguity". Here's a screenshot of what I'm attempting:
And the visualization:
User | Count |
---|---|
122 | |
63 | |
56 | |
46 | |
41 |
User | Count |
---|---|
114 | |
66 | |
59 | |
59 | |
45 |