Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

0

Power BI API rate limit using Python

Hi,

 

I'm trying to Get Dataset Users In Group using get request in Python. I'm getting an error "You have exceeded the amount of requests allowed in the current time frame and further requests will fail. Retry in XXXX seconds.". Just wondering if there's a set rate limit here? If so, what's the limit? And any recommendations on how to handle this.

 

Thanks in advance!

Status: Delivered

Here are some limitations when using Power BI REST API:

  • There is limit of 120 POST rows requests per minute.
  • There is limit of 10K rows per POST rows request.
  • There is limit of 1M rows added per hour.
  • ASA sends rows to PBI FIFO tables, which are limited to storing last 200K rows added to them.
  • PBI FIFO datasets are currently limited to 250Mb in size.
  • The same is true for REST API calls

 

See: Limits when using Power BI REST API and/or Azure Stream Analytics 

 

Best Regards,
Community Support Team _ Yingjie Li

Comments
v-yingjl
Community Support
Status changed to: Delivered

Here are some limitations when using Power BI REST API:

  • There is limit of 120 POST rows requests per minute.
  • There is limit of 10K rows per POST rows request.
  • There is limit of 1M rows added per hour.
  • ASA sends rows to PBI FIFO tables, which are limited to storing last 200K rows added to them.
  • PBI FIFO datasets are currently limited to 250Mb in size.
  • The same is true for REST API calls

 

See: Limits when using Power BI REST API and/or Azure Stream Analytics 

 

Best Regards,
Community Support Team _ Yingjie Li