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 report's embedded correlation ID, however when it comes to paginated it never recieves a value.
Is this a known issue with the getCorrelationId() function that returns the embedded correlation ID?
getCorrelationId(): Promise<string>
It is strange, if I put a breakpoint at the line to check if the correlationId is recieved, the id is then grabbed, but then the paginated report never renders/loads. It is stuck with the Power BI message "loading" on the screen.