
Announcements
I currently have this flow:
When (Sharepoint) file is modified -> Refresh PowerBI (Service)
I have encountered this issue, where I reach the daily number of refresh calls:
I am wondering if adding a 30 minute delay between the modification and refresh will resolve my issue:
When (Sharepoint) file is modified -> Delay (30 min) -> Refresh PowerBI (Service)
Would this new flow:
1- Send an API call for each modification, then wait 30 minutes to refresh? Resulting in a refresh of every modification, with a 30 minute delay?
2- Or would it send an API call after the first modification, and all subsequent file modifications in that 30 minute window would be included in that single refresh?
If option 2 isn't how the delay works, what could I do to solve my issue?
Thanks
Hi! @CharLeblanc
Since you have a 6 daily refresh limit you can schedule them to ensure your report will be updated every few hours and avoid exceeding the limits and having to wait for the next day.