Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

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...
  • lbendlin's avatar
    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.