Quantcast
Channel: Developer topics
Viewing all articles
Browse latest Browse all 18115

Paginated Reports Embedded Issue with getCorrelationId()

$
0
0

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>

 

 

 

let correlationId = await report.getCorrelationId();

 

 

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.

 

 


Viewing all articles
Browse latest Browse all 18115

Trending Articles