Forum Discussion
kongyuancn
5 years agoHelper II
Filter Applied on Slicer changes while slicer style changes
Hello All, I meet a strange problem. I have a small table: let Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("i45WMtU31jcyMDJUMDC0AiMFR18lHSVDpVidaCUzfVOopJEVGCFLmusb...
- 5 years ago
Hi kongyuancn ,
Based on my test, If we change the date to between the interaction will be disabled. The solution for your issue is to sync the slicer from page1 to page2 and also make it visible in page2.
Then eidt the interaction in page2:
Then go to page1 make the slicer invisible on page2:
Then the sync slicer works well on the between date slicer.
Please refer to the pbix file.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
kongyuancn
5 years agoHelper II
v-deddai1-msft Great anwer! Thank you very much!