Hello all
I need some help setting up slicers/measures correctly to manage the scenario where I want the report and other slicers to show information that is prior to &/or equal to a selected date ie - I do not want the standard slicer behavior where it gives returns data at a specific date.
I have developed an example below using stores and date open. The intent is that the dashboard and slicers will show all stores open at the selected point in time and the associated info eg - if the user chooses:
- 1/1/13, I only want stores 1 and 2 to be available in the slicer and pivots to show data for stores 1 and 2.
- 1/1/14, I want stores 1,2 and 3 to be available in the slicer and shows data for all 3 stores.
I'm not sure of the best way to tackle this. Should I just set up my measures to handle this? Do I need other tables? Can I use slicers in a smarter way? Or is there another solution?
Thanks
Example
Date Table
1/1/12
1/1/13
1/1/14
1/1/15
Stores Table
Store Open Date
1 1/1/13
2 1/1/13
3 1/1/14
- DateTable[Date] links to StoreTable[Open Date] via a relationship
I need some help setting up slicers/measures correctly to manage the scenario where I want the report and other slicers to show information that is prior to &/or equal to a selected date ie - I do not want the standard slicer behavior where it gives returns data at a specific date.
I have developed an example below using stores and date open. The intent is that the dashboard and slicers will show all stores open at the selected point in time and the associated info eg - if the user chooses:
- 1/1/13, I only want stores 1 and 2 to be available in the slicer and pivots to show data for stores 1 and 2.
- 1/1/14, I want stores 1,2 and 3 to be available in the slicer and shows data for all 3 stores.
I'm not sure of the best way to tackle this. Should I just set up my measures to handle this? Do I need other tables? Can I use slicers in a smarter way? Or is there another solution?
Thanks
Example
Date Table
1/1/12
1/1/13
1/1/14
1/1/15
Stores Table
Store Open Date
1 1/1/13
2 1/1/13
3 1/1/14
- DateTable[Date] links to StoreTable[Open Date] via a relationship