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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
JZT
Frequent Visitor

Can we increase the PBI REST API request limit beyond 200/hour?

Hi,

 

As per the title, is there a way to increase the PBI REST API request limit beyond 200 per hour?

 

With Microsoft removing the ability to get object users from GetGroupsAsAdmin (via $expand), it seems like the 200 requests per hour limit is incredibly low.

 

Thanks in advance.

3 REPLIES 3
vickyw
Helper I
Helper I

Hi, we have approx 600+ workpaces and 3600 reports. I'd like to run some powershell commands to export lists of all workspaces, apps, reports, dashboards etc to CSV, buts it's timing out after 200 results. Is there any way to get round this? Or is there anything way to get an overview of all our content? Thanks

JZT
Frequent Visitor

Hi @vickyw ,

 

There are two ways I've been using for this kind of thing, either PowerShell commandlet directly (Get-PowerBIWorkspace) or via a (I think) more direct REST API calll (Invoke-PowerBIRestMethod) and building the URL manually from the base of "https://api.powerbi.com/v1.0/myorg/admin/groups".

 

The important thing is they both allow you to get Workspaces and related items with parameters, including reports, dashboards, datasets, dataflows and workbooks. Both ways return everything you would need in a single call. The only time you need more than 1 call is if you go over the 5000 Workspace limit which will then require paging your results.


For Invoke-PowerBIRestMethod make the call with "$expand=reports,dashboards,datasets,dataflows,workbooks". Here's a link to the doco.

 

For Get-PowerBIWorkspace make the call with "-Include All". Here's a link to the doco.

 

Getting a list of Apps is a seperate calls, it is not yet included in the expand list. See this link for the API call.

 

Note: If you want to get a list of users, that will need to be done one workspace / report / etc. at a time. See this link for a short discussion.

 

Hope this helps.

 

Edit: fixed links and order of examples.

Anonymous
Not applicable

Hi @JZT,

AFAIK, power bi seems not able to increase the limit amount of rest API usages.

For these limitations, you can take a look at the following docuemnt to know more about them:

Power BI REST API limitations - Power BI | Microsoft Docs
Regards,

Xiaoxin Sheng

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.