Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
crocus1
Frequent Visitor

Web API Token refresh problem

I have a web api that uses a token. To get it to work the token can only be 10 minutes old. 

Manual steps to refresh:

1. refresh token query

2. refresh Web API query that uses the token

 

I moved this to dataflows and it fails when all the querys are in one dataflow. I tried to move the token to a new dataflow and refresh that first. However I can only choose to put it a half hour before. If I schedule it a half hour after the token is made it fails because the token is too old.

 

Problem with service.png

 

It also fails if I put them both at the same time. 

Basically I need to delay the Web API query 30 seconds until the token is ready.

Any ideas?

1 ACCEPTED SOLUTION
nickyvv
Most Valuable Professional
Most Valuable Professional

Not sure if this would work with your specific API, but Parker has a nice video explaining refreshing/getting a token with a Power Query function:
https://www.youtube.com/watch?v=2RZkc_qrV1g


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


View solution in original post

2 REPLIES 2
nickyvv
Most Valuable Professional
Most Valuable Professional

Not sure if this would work with your specific API, but Parker has a nice video explaining refreshing/getting a token with a Power Query function:
https://www.youtube.com/watch?v=2RZkc_qrV1g


Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


Putting my token call in a function allowed the dataflow refresh to happen.

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors