Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Loop API calls in Power BI

Hello!   I am using Power BI to make a call to an API to export a file out. I have to make sure the API call returns "complete" before I can call a second API to successfully export the file.   I...
  • Anonymous's avatar
    Anonymous
    3 years ago

    In case anyone needs a solution for this, Power BI caches the API calls that have the exact same parameters. We would need to set IsRetry to true for API to ignore the cached data. Power BI also caches the first call's results that is stored in a variable even if the API is called again afterwards.