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


Report
All responses (
Answers (