Forum Discussion
Visuals Not Loading On PBI Service Unless "Refresh Visuals" on top right is hit.
- Anonymous1 year ago
Hi shrunjala,
As we haven’t heard back from you, so just following up to our previous message. I'd like to confirm if you've successfully resolved this issue or if you need further help.
If yes, you are welcome to share your workaround and mark it as a solution so that other users can benefit as well. If you find a reply particularly helpful to you, you can also mark it as a solution.
If you still have any questions or need more support, please feel free to let us know. We are more than happy to continue to help you.
Thank you for your patience and look forward to hearing from you.
Hi shrunjala,
Thanks for reaching out to the Microsoft fabric community forum.
What you're seeing in the Power BI Service is a known behavior that can sometimes occur when a report contains many visuals or visuals that depend on slicer/filter interactions. In particular, visuals located further down the page may not load immediately due to how the service optimizes rendering, especially when filters or slicers are already applied.
A good first step is already suggested by GilbertQ to make sure the report is published with no filters or slicers applied. This ensures that when users first open the report, all visuals are evaluated and have a chance to load correctly. If users later interact with slicers, and some visuals don’t appear as expected, using the "Reset to default" option can help restore the intended view.
I would also take a moment to thank GilbertQ, for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.
Community Support Team
If this post helps then please mark it as a solution, so that other members find it more quickly.
Thank you.
- shrunjala1 year agoFrequent Visitor
Hi GilbertQ and Anonymous Thank you so much for your responses. I tried your solutions by making sure no filters were applied during publishing. I still was not able to load the bottom visualizations. I even deleted the slicers on the page. It still wasnt able to load the botton visuals. I do want to make a note that we have a main slicer for different clients. I made sure the slicer wasn't applied for that either. I am thinking of possible solutions - maybe there is a way to change the settings for the service optimizations for my page or report? Thank you for all your help.
- Anonymous1 year agoNot applicable
Hi shrunjala,
Since you've already removed filters and slicers before publishing and you're still seeing the bottom visuals not load in the service, this does point toward Power BI Service's rendering optimizations as a likely factor. Unfortunately, there aren’t currently exposed settings that allow you to control or disable those optimizations at the report or page level.
Here are a few approaches that might help :
* You can split the visuals across multiple pages if possible. Moving some of the visuals (especially the ones at the bottom) to a new page can reduce the rendering load and improve consistency.
* You can use bookmarks with page navigation, if your design allows, showing one client or metric at a time via bookmarks or buttons can reduce the number of visuals that need to load at once.
* Reduce the number of visuals or visuals with complex measures on a single page if certain visuals involve heavy calculations or large datasets (especially from SharePoint), they may be timing out or deprioritized.
* Consider switching to import mode if you’re using DirectQuery or SharePoint Online folders as import mode can help with visual stability, especially for client-facing reports.
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Hammad.- shrunjala1 year agoFrequent Visitor
Hi Thanks for the options, looking into dividing up the visuals. I appreciate it!