Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
We're embeddeding Power Bi reports in an angular 19 application. The report is embedded in a reusable component that displays different reports depending on the url.
If a report is loading and then the user changes to a different report before the previous report completesloading, then we see that api requests from within power bi stay pending for the previous report.
As the requests are on the Power BI side we have not found a way to cleanup the requests and are concerned this is leading to performance issues.
Solved! Go to Solution.
Hi @dunnes
Thanks for reaching out to the Microsoft fabric community forum. This is expected behavior when embedding Power BI reports. If a report is still loading and the user switches to another report, the requests for the first report continue in the background. These requests are handled by Power BI and cannot be cancelled once they start.
From the application side, the recommended approach is to clean up the embedded report before loading a new one. When changing reports, make sure to destroy the existing report instance or remove the iframe, and then embed the new report. This helps avoid unnecessary pending requests.
Currently, Power BI does not provide a way to cancel in-flight service requests, so managing the report lifecycle in the host application is the supported approach.
For reference, you can check the Power BI embedding documentation here:
Power BI embedded analytics overview - Power BI | Microsoft Learn
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Community Support Team
Hi @dunnes
Thanks for reaching out to the Microsoft fabric community forum. This is expected behavior when embedding Power BI reports. If a report is still loading and the user switches to another report, the requests for the first report continue in the background. These requests are handled by Power BI and cannot be cancelled once they start.
From the application side, the recommended approach is to clean up the embedded report before loading a new one. When changing reports, make sure to destroy the existing report instance or remove the iframe, and then embed the new report. This helps avoid unnecessary pending requests.
Currently, Power BI does not provide a way to cancel in-flight service requests, so managing the report lifecycle in the host application is the supported approach.
For reference, you can check the Power BI embedding documentation here:
Power BI embedded analytics overview - Power BI | Microsoft Learn
If I misunderstand your needs or you still have problems on it, please feel free to let us know.
Best Regards,
Community Support Team
Hi @dunnes ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team
Hi @dunnes ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you.
Best Regards,
Community Support Team
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 |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 4 | |
| 3 | |
| 2 |