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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
Markzolotoy
Impactful Individual
Impactful Individual

Chain query execution

I have one query that generates  a secret key. Another query uses that key to get  a token. After the secret key is provided to the backend it gets invalidated and new key needs to be created. So, how can I execute first query and use its results for the second query?

 

Thanks

2 REPLIES 2
Markzolotoy
Impactful Individual
Impactful Individual

Yes, that should work, but what about a situation when I might have a number of data sources that all need a token to get data? I dont want to request a token every time data is pulled. I need to store it somehow and reuse it.

PhilipTreacy
Super User
Super User

Hi @Markzolotoy 

In the 2nd query that uses the key, make a test request to your API, check for an error in the response that indicates the key is invalid.

If it is invalid then call the first query to generate a new key.

Regards

Phil

 



Did I answer your question? Then please mark my post as the solution.
If I helped you, click on the Thumbs Up to give Kudos.


Blog :: YouTube Channel :: Connect on Linkedin


Proud to be a Super User!


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.