Forum Discussion
adampilver
3 years agoRegular Visitor
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 hoo...
- 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
Anonymous
3 years agoNot 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.