Forum Discussion
Anonymous
5 years agoNot applicable
Paginated Reports Embedded Issue with getCorrelationId()
Hello, I have an app that embedds a Power BI report with Angular. I have run into a problem with retrieving the CorrelationId of paginated reports. The same code works and retrieves a regular repor...
Anonymous
5 years agoNot applicable
Hi Anonymous ,
Please check whether it hit the following limitation in the this official documentation:
- The
getCorrelationIdfunction only works after the report is loaded.
Best Regards
- Anonymous5 years agoNot applicable
Hello Anonymous ,
thank you for your response.
It does not look like the limiation was hit.
I think it has to do with the loading of the paginated report and the time it takes???
- Anonymous5 years agoNot applicable
Hi Anonymous ,
Sorry for delay. Please use the following script to retrieve the error log and check whether we can find the cause and get the solution...
dashboard.on("error", function (error) { let correlationId = await dashboard.getcorrelationId(); console.log("Error occurred in embed session: " + correlationId + " Error: " + error.detail.message); });Best Regards