Building custom solutions that extend, automate, and integrate Microsoft 365 apps.
Hi @Kristelle
From my findings, there's currently no documented Microsoft-known issue specifically stating that PowerPoint will crash when a presentation contains many embedded Power BI add-ins. However, your scenario is consistent with a presentation that places significant demand on the Office add-in runtime (WebView2), Power BI rendering, authentication, and network resources.
1.Known limitations on the number of Power BI add-ins
Microsoft does not publish a strict hard limit on the number of Power BI add-ins that can be embedded in a single PowerPoint presentation. However, each embedded Power BI add-in relies on the Office add-in runtime and WebView2, which can increase CPU, memory, and network utilization as more live visuals are added. To optimize performance, Microsoft recommends using no more than 25 Power BI add-ins per presentation. Beyond this threshold, stability and responsiveness may degrade.
You can refer to the tip in this article Add a Live Power BI Report Page to PowerPoint - Power BI | Microsoft Learn
2.Recommended architecture for large reporting decks
For large project reporting presentations, a common approach is to:
- Keep only the visuals that truly need to remain interactive.
- Convert historical or reference content to snapshots/images.
- Split very large report packages into multiple presentations by workstream or audience.
- Consider linking to the full Power BI report for deep-dive analysis rather than embedding every dashboard page into a single deck.
- Use Public snapshot or Show as saved image for content that does not need live interaction. Microsoft specifically notes these modes can improve loading performance during presentations.
You can read more at What's new in Power BI collaboration and integration - Power BI | Microsoft Learn
3.Best practices to reduce loading time
- Minimize simultaneous live visuals.
- Favor static images for reference material.
- Ensure network connectivity is stable and sufficient for multiple live queries.
- Test presentations across different devices to confirm consistent performance.
4.Diagnostic logs and crash analysis
To investigate whether the issue is related to Power BI rendering, WebView2 resource utilization, or Office itself, the following diagnostics would be helpful:
- Microsoft 365 Apps version and build number.
- WebView2 Runtime version.
- Crash reports from Event Viewer.
- Process Monitor traces during load.
- Crash dumps of POWERPNT.EXE and associated msedgewebview2.exe processes.
- Verification of whether the issue reproduces across multiple devices and user profiles.
- A reproducible sample presentation for testing.
5.Freeze / unfreeze all Power BI add-ins at once
Currently, PowerPoint does not provide a built-in feature to freeze or unfreeze all Power BI add-ins in a presentation with a single action. Each Power BI add-in currently needs to be managed individually.
Since this is a peer-to-peer forum, moderators cannot access your environment or escalate issues to Microsoft engineering. For deeper investigation, please create a support ticket with Microsoft Support for further assistance. Additionally, because the Power BI add-in is a Power BI feature, you may also receive more specialized guidance by posting in the Power BI forums - Microsoft Fabric Community, where Power BI specialists and other customers may be able to share similar experiences and troubleshooting guidance.
I hope this information is helpful.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.