Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
As I am new to the Atlassian cloud, I'd need help on the issue with query that I'm using as below in the screenshot. the query pulls only 100 issues out of 984. I don't have idea if there is any issue with its jql query. will apriciate your help.
Thank you,
query :- = Json.Document(Web.Contents("https://my-xxx-sandbox-905.atlassian.net/rest/api/2/search?jql=project = xxx&maxResults=5000"))
Solved! Go to Solution.
HI @DeoYadav,
This should be a paginated rest api, you can refer to the official document to looping and get all the records:
Helper functions for M extensions for Power Query connectors - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng
HI @DeoYadav,
This should be a paginated rest api, you can refer to the official document to looping and get all the records:
Helper functions for M extensions for Power Query connectors - Power Query | Microsoft Learn
Regards,
Xiaoxin Sheng
User | Count |
---|---|
5 | |
4 | |
4 | |
2 | |
2 |
User | Count |
---|---|
8 | |
6 | |
4 | |
4 | |
4 |