Forum Discussion

SanderTK's avatar
SanderTK
Advocate II
2 years ago
Solved

PowerBI API throttled

I am attempting to export reports for multiple clients with each multiple parameters to pdf using the PowerBIRestMethod PowerShell command.

I first loop through the clients and then for each client I try to update the parameter and export the report.

The problem is that after about 30 parameter updates I get the following error:

 

Invoke-PowerBIRestMethod : One or more errors occurred. ({
  "code": "ActivityLimitReached",
  "message": "UpdateDatasetParameters on xxx-xxxx-xxx throttled"
})

 

I tried upgrading the Premium SKU but this has not changed anything.

Does anyone know what the limits of this API/the Premium SKU is?

There does not seem to be any documentation on this limitation. 

3 Replies