Hi, When using a single select slicer and publishing to the web it, it does not snap to the first value in the list but keeps the default, even if the default no longer exists. The power bi d...
dom99
Advocate V
5 years agoJust using the setSlicerState code here depending on your slicer type
https://docs.microsoft.com/en-us/javascript/api/overview/powerbi/control-report-slicers
But when you do, leave it blank with no values applied.
The best place to try it out is in the embedded playground where you can add / remove the javascript in a interactive sandbox
https://playground.powerbi.com/
Hope that helps