Forum Discussion
Anonymous
3 years agoNot applicable
How to define a variable for dynamic refresh token for api calls
Hi guys, I try to use a Rest API that uses an access token as authentication, which expires in 10 minutes. When this access token is expired, I need to get a new access token using a refresh toke...
- 3 years ago
Power BI has no memory and no concept of (mutable) variables. You need to treat each API call as if it were the first.
lbendlin
3 years agoSuper User
Power BI has no memory and no concept of (mutable) variables. You need to treat each API call as if it were the first.