Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Is there a way to pause visuals from loading? I have a team using a report that consists of a large table visual. They scroll down the table, move away from that report page, and when they move back to it the table loads again and starts at the top.
I have tried selecting Optimize - Pause visuals in desktop, but this doesn't work.
Hi @RossS,
We are following up to see if what we shared solved your issue. If you need more support, please reach out to the Microsoft Fabric community.
Thank you.
Thankyou, @lbendlin, @krishnakanth240, @cengizhanarslan, and @Wikkleyn_81 for your responses.
Hi RossS,
We appreciate your inquiry through the Microsoft Fabric Community Forum.
We would like to inquire whether have you got the chance to check the solutions provided by @lbendlin, @krishnakanth240, @cengizhanarslan, and @Wikkleyn_81 to resolve the issue. We hope the information provided helps to clear the query. Should you have any further queries, kindly feel free to contact the Microsoft Fabric community.
Thank you.
Hi @RossS One option we use for a large table visual is to only show data when the user makes a slicer selection.
Steps to Implement:
Create a Filter Measure: ShowVisual = IF(ISFILTERED('Table'[Column]), 1, 0)
Apply to Visual: Drag this measure into the "Filters on this visual" pane and set it to is 1.
Power BI re-renders visuals every time you navigate back to a page, and there is no native setting to preserve scroll position between page navigations. The Pause Visuals option in the Optimize ribbon is a development tool for pausing rendering while authoring, not an end-user feature.
Option 1) As an alternative you couls try using paginated report instead.
Option 2) Build table page navigation buttons as described below video:
https://www.youtube.com/watch?v=TiS6vnju_mI
Hi @RossS
We cannot pause visuals for end user interaction or preserve scroll position. Optimize - Pause visuals works only for design time authoring but not for user navigation behavior and does not persist after page switch.
So, Desktop workaround is to reduce table size by applying filters / Top N and avoiding long scrolling tables. Using drillthrough instead of page switching.
The only option is the delayed apply button.
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 10 | |
| 10 | |
| 9 | |
| 7 | |
| 7 |
| User | Count |
|---|---|
| 42 | |
| 32 | |
| 27 | |
| 19 | |
| 19 |