Forum Discussion
Date slicer advanced sync
- 1 year ago
Hi,
I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
Sales: = SUM( sales[sales] )Sales 3 weeks prior: = CALCULATE ( [Sales:], 'calendar'[date] >= MIN ( 'calendar'[date] ) - 27, 'calendar'[date] <= MAX ( 'calendar'[date] ) - 27 )
This is really good, but is there a way for me to have two tabs, one with the selected date range on a slicer that is linked with another slicer on the second tab that has the last 3 weeks.
Here is example:
Tab 1:
Tab 2:
Thanks for the reply from Jihwan_Kim , please allow me to provide another insight.
Hi Anonymous ,
Do you mean that after the slicer in Tab 1 selects the values, the slicer in Tab 2 automatically selects the corresponding values?
If so, then it is impossible.
A slicer can only filter other slicers and cannot control the selection of other slicers.
Best Regards,
Dengliang Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.