Hi all,
I’m having a hard time finding an answer to something that seems like it should be easy, but I can’t quite figure it out and other examples don’t fit my use case very nicely. I tried making sense of dynamic filters, but it wasn’t doing what I needed it to.
I’m working on an advertising sheet across multiple vendors, categories, months, and stores. In essence, we have one tab in our sheet where all of our bills get dumped. It has the vendor name, amount, and single-selects for month, store code, and category.
I’m creating a linked database that creates a pivot table of all of the vendors as the rows and columns for each month of the year, using rollups to calculate how much we spent with each vendor each month. Sounds simple.
However, I’m running into issues with trying to filter the table by store. Many stores utilize the same vendors, so when I try to filter by store code, it’s totaling all of the bills per month for each vendor that the store code I selected utilizes. The issue is that it isn’t filtering out for only the bills for that particular store. It’s totaling ALL of the bills for each vendor that the selected store uses, even bills for other stores. Here is a screenshot for reference:

This is after applying a filter for store code “23 TWN Advertising.xlsx”. As you can see, it’s grabbing every vendor that that store uses and totalling all bills for that vendor, so for vendors that have bills for multiple stores, I’m getting inaccurate numbers.
Any ideas on how I can better create this to make the data more easily filterable by store? It’d be nice to still be able to remove the filter and see our spend by vendor. Dynamic filtering doesn’t seem to be helping me. Perhaps I’m just not understanding how to use it.