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 |
---|---|
118 | |
63 | |
61 | |
41 | |
40 |
User | Count |
---|---|
118 | |
67 | |
65 | |
64 | |
50 |