Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

When uploading data to Power BI, it only allows for a max of 100 rows. How do I get past that?

Aidan McDowell
February 24, 2026

I've created an API token and have uploaded the data through the Web option in Power BI and I get the information I need, but not all of it. It shows me a maximum of 100 rows when I need much more. How do I get by this obstacle?

1 answer

0 votes
Mirek
Community Champion
February 24, 2026

Hi @Aidan McDowell 

Unfortunately on Jira Cloud there are limits how many objects can be used though API.. 

https://jira.atlassian.com/browse/JRACLOUD-67722

The workaround might be to modify your Web Query and use pagination on the specific request 

Set maxResults=100

Increment startAt (0, 100, 200, 300, etc.)

Example:

https://your-domain.atlassian.net/rest/api/3/search?jql=project=XYZ&maxResults=100
&startAt=0 ... 

then startAt=100 .. etc. until you get total.. 

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events