Forum Discussion
[Help] Power BI Report Slow on Initial Load (Live Connection)
- 1 year ago
Hi Zhinee
That “first-load slowness” is pretty common with Power BI reports using live connections, usually, it’s caused by the data source or Power BI service “warming up” caches or query plans after inactivity.Here are few workarounds:
- Schedule periodic “keep-alive” queries to prevent cache timeouts.
- Optimize your data model and queries for faster execution.
- If possible, use Import mode for critical reports needing instant load.
Did it work? 👍 A kudos would be appreciated
🟨 Mark it as a solution to help spread knowledge 💡 - 1 year ago
One of the ways would be use Power Automate to trigger a dataset refresh or run a query against a semantic model using Power BI REST API every 30 minutes.
However, Microsoft does not provide official documentation specifically endorsing the practice of keep-alive queries in shared non-Premium capacity workspaces. The concept of manually initializing datasets is more of a community best-practice workaround, rather than an officially documented feature.
Hello Zhinee
I'd recommend going through below post from Community, which contains valuable insights to your question.
https://community.fabric.microsoft.com/t5/Service/Slow-initial-load/m-p/1561975
As for optimizing report, the article “Troubleshoot report performance in Power BI” on Microsoft Learn describes how to investigate slow performance in Power BI, including behaviors in Premium or Fabric capacities. It outlines steps such as using Performance Analyzer, monitoring capacity metrics via the Fabric Capacity Metrics app, and distinguishing between types of slowdowns, such as dataset load vs. visual rendering.
https://learn.microsoft.com/en-us/power-bi/guidance/power-bi-optimization
Hope this helps:)