Forum Discussion
icassiem
1 month agoPost Prodigy
Floating Panel/Pane that keeps the slicers panel visible when vertical scroll
Good day, I was just thinking of ideas where i want to set my dashboard to fit-to-width meaning we only scroll up and down with vertical scroll with many panes but i want the slicer top panel wh...
- 1 month ago
Power BI renders the report canvas as a single scrolling surface. All visuals including slicers, are part of that canvas, so they scroll together. There isn't currently a property to make a visual fixed or "sticky" relative to the browser window.
powerbidev123
1 month agoSolution Sage
Hi icassiem
You could try using button/page navigators -
https://learn.microsoft.com/en-us/power-bi/create-reports/button-navigators
or you could put the same slicers on multiple report pages and sync the selections so the user only changes them once. This doesn’t make them sticky on one page, but it gives the user the same experience across the report.