Forum Discussion
PowerBI Embedded: Embed Token Expiration?
I am using the example from Github 'Embed for your customers' - .Net Core version.
Is it possible to renew the token and apply it to the report without having to reload the whole page, using JavaScript running in an ASP.Net Core website with an iFrame containg the report?
- AmosHersch1 year agoMicrosoft Employee
Please see this article regarding refreshing the token without page reload
Refresh the access token in Power BI embedded analytics | Microsoft Learn
Is it available for PBIX reports, not for paginated reports- PowerBIUserHoop1 year agoFrequent Visitor
Thanks for the reply.
I have looked at this article, but the getNewUserAccessToken(reportId, groupId) doesn't appear to be accessible. An error message indicating that the funtion doesn't exist is displayed in the console.
Is there a link which I should be including for a reference to that funtion?