Forum Discussion
Requests remain pending when report changes.
- 7 months ago
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
- v-menakakota7 months agoCommunity Support
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- v-menakakota6 months agoCommunity Support
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- dunnes6 months agoNew Member
v-menakakota thank you, that info confirmed our thoughts.