Big table has 10000 acct numbers (unique) and rep names (repeating) along with some calculations from the small tables.
The big table has a relationship to the small tables by account number which is unique in the Big Table which allows all the tables to find their rep, this is what the pivot is for.
The small tables are also related to fiscal table which I also linked to big table by making a report date field.
I also have a table of unique rep names related to the Big Table.
What I need to do is make a padded table of the smaller tables so it will line up with the big table for slicer charting purposes (not in pp).
If I use the Unique rep name, I can drop in say Date from a small table. But if I then try to add Acct number from big table it seems to dupe everything to 450k rows.
If I use the Big Table rep name, I can get in Acct Number and Rep but adding date from small table it goes off the page I assume duping as well.
In a nutshell I guess, I need the small tables to know that there are 10k account numbers and reps, not just the numbers in their data.
Like in an Access query, show me everything even if blank. Ideas?
The big table has a relationship to the small tables by account number which is unique in the Big Table which allows all the tables to find their rep, this is what the pivot is for.
The small tables are also related to fiscal table which I also linked to big table by making a report date field.
I also have a table of unique rep names related to the Big Table.
What I need to do is make a padded table of the smaller tables so it will line up with the big table for slicer charting purposes (not in pp).
If I use the Unique rep name, I can drop in say Date from a small table. But if I then try to add Acct number from big table it seems to dupe everything to 450k rows.
If I use the Big Table rep name, I can get in Acct Number and Rep but adding date from small table it goes off the page I assume duping as well.
In a nutshell I guess, I need the small tables to know that there are 10k account numbers and reps, not just the numbers in their data.
Like in an Access query, show me everything even if blank. Ideas?