Wondering if anyone has run into this before and may have a solution.
All of our products are sold through intermediaries. The State the product was sold to/in may be different than the state when the intermediary resides. I can have a CA customer selling items to any of the 50 states.
Sales reps are assigned to different states, they want to know both the products sold in their state and the products sold by the customers that are based in their state.
So we have a data table with all products which includes the state sold to, and we have a lookup table that looks up the intermediary that sells each item and also gives me their state.
In this particular table the end users want to be able to filter by slicer by both state sold in and state intermediary resides in. So my Colorado rep wants to know all the products sold to Colorado by intermediaries nationwide as well as all products sold by Colorado intermediaries to all states including CO.
They want this all on one table, and they don't want 2 seperate state slicers listing all 50 states, they want a slicer for states, and one for "Intermediary Home State/Product Sold State" that tells the state slicer which view to give them.
I've been racking in my head how this may be possible. I'm thinking the only option is to create another lookup table with the 50 states and use that to create my state slicer and then somehow using some sort of userelationship-esque function on the state slicer based on the selection on the "Intermediary Home State/Product Sold State" slicer. Is this even possible to anyone's knowledge? Maybe through VBA (i'm a VBA lightweight but trying to learn).
My solution to this point is that if they don't want 2 slicers then I'm going to give them 2 tables.
Thanks for any advice. Really appreciate this forum and all the contributors here I've done a lot of reading that's gotten me through a lot of issues but this is the first one I just can't solve on my own yet.
All of our products are sold through intermediaries. The State the product was sold to/in may be different than the state when the intermediary resides. I can have a CA customer selling items to any of the 50 states.
Sales reps are assigned to different states, they want to know both the products sold in their state and the products sold by the customers that are based in their state.
So we have a data table with all products which includes the state sold to, and we have a lookup table that looks up the intermediary that sells each item and also gives me their state.
In this particular table the end users want to be able to filter by slicer by both state sold in and state intermediary resides in. So my Colorado rep wants to know all the products sold to Colorado by intermediaries nationwide as well as all products sold by Colorado intermediaries to all states including CO.
They want this all on one table, and they don't want 2 seperate state slicers listing all 50 states, they want a slicer for states, and one for "Intermediary Home State/Product Sold State" that tells the state slicer which view to give them.
I've been racking in my head how this may be possible. I'm thinking the only option is to create another lookup table with the 50 states and use that to create my state slicer and then somehow using some sort of userelationship-esque function on the state slicer based on the selection on the "Intermediary Home State/Product Sold State" slicer. Is this even possible to anyone's knowledge? Maybe through VBA (i'm a VBA lightweight but trying to learn).
My solution to this point is that if they don't want 2 slicers then I'm going to give them 2 tables.
Thanks for any advice. Really appreciate this forum and all the contributors here I've done a lot of reading that's gotten me through a lot of issues but this is the first one I just can't solve on my own yet.