Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join 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

Reply
RossS
Helper II
Helper II

Pause visuals from loading

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. 

6 REPLIES 6
v-pnaroju-msft
Community Support
Community Support

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.

v-pnaroju-msft
Community Support
Community Support

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.

Wikkleyn_81
Super User
Super User

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.

cengizhanarslan
Super User
Super User

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 

 

 

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
krishnakanth240
Memorable Member
Memorable Member

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.

lbendlin
Super User
Super User

The only option is the delayed apply button.  

 

lbendlin_0-1776172026111.png

 

 

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.