Forum Discussion
cboneill0099
Helper I
6 years agoCustom Slicer Loses Value When Toggling Visibility
I have a custom slicer I wrote that filters dates. It's pretty basic, you just give it a date field and it lets you filter the report down to a single date. The issue I'm having with it is if I sel...
- 6 years ago
Hi cboneill0099 ,
Seems it act like a visual interaction instead of filter, please try to added the Advanced Filter API based on this similar thread: https://community.powerbi.com/t5/Developer/Custom-Slicer-Selection-Issue/td-p/371992
Best regards,
v-lid-msft
Community Support
6 years agoHi cboneill0099 ,
Seems it act like a visual interaction instead of filter, please try to added the Advanced Filter API based on this similar thread: https://community.powerbi.com/t5/Developer/Custom-Slicer-Selection-Issue/td-p/371992
Best regards,
cboneill0099
Helper I
6 years agoThank you. I'll give that a shot.