Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
I am playing with exporting a report into Excel file. Seems like a token has been expired. How do I refresh it?
Thanks
Solved! Go to Solution.
Hi @Markzolotoy ,
If a user's access token expires, you can use the refresh token that they acquired in the authorization flow to get a new access token. It's like the original process for exchanging the authorization code for an access and refresh token.
You can see the details about how to refresh Access token in these areas:
1.URL - refresh token
2.HTTP request headers - refresh token
3.HTTP request body - refresh token
4.Response - refresh token
For more information,please refer to:Refresh an expired access token
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Markzolotoy ,
If a user's access token expires, you can use the refresh token that they acquired in the authorization flow to get a new access token. It's like the original process for exchanging the authorization code for an access and refresh token.
You can see the details about how to refresh Access token in these areas:
1.URL - refresh token
2.HTTP request headers - refresh token
3.HTTP request body - refresh token
4.Response - refresh token
For more information,please refer to:Refresh an expired access token
Hope it helps,
Community Support Team _ Caitlyn
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.