Join 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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
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.
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
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.