Forum Discussion
Embedded Paginated Report fire loaded or rendered event
I'm trying to embed a paginated report into my web app for my customers. Unlike regular reports they don't seem to fire the loaded or rendered events. Are there any events they trigger that I can hook into?
- Anonymous3 years ago
HI adampilver,
I check the document and showcase of power bi embedded environment but not found any official samples about trace the events when work with paginated reports.
Perhaps you can try to use JavaScript and setting listener to trace the iframe and correspond elements operations.
JavaScript DOM EventListener (w3schools.com)
Regards,Xiaoxin Sheng
4 Replies
- AnonymousNot applicable
- Paginated reports don't support client-side events (like loaded or rendered).
- Embedding paginated reports with a real-time dataset (push dataset) is not supported.
- AnonymousNot applicable
Hi adampilver,
What type of embedded are you worked on? Can you please share some more detail information about this issue? They should help us clarify your scenario and test to troubleshoot.
How to Get Your Question Answered Quickly
Perhaps you can take a look at the following link about handle embedded event if helps:
How to handle events in a Power BI embedded analytics application | Microsoft Learn
Regards,
Xiaoxin Sheng
- adampilverRegular Visitor
Xiaoxin,
Not sure I understand what you are asking. I'm embedding a paginated report in my app for my customers. Normal reports fire a loaded and rendered event. The paginated report doesn't seem to. Does a paginated report fire any events? The link you listed above doesn't say anything about paginated reports.
- AnonymousNot applicable
HI adampilver,
I check the document and showcase of power bi embedded environment but not found any official samples about trace the events when work with paginated reports.
Perhaps you can try to use JavaScript and setting listener to trace the iframe and correspond elements operations.
JavaScript DOM EventListener (w3schools.com)
Regards,Xiaoxin Sheng