I was running the JIRA content pack (https://powerbi.microsoft.com/en-us/blog/explore-your-jira-data-with-power-bi/) on Power BI without any problems until today. But now I'm facing a issue that I cannot fix.
The problem is, suddenly the template started to limit the rows that are loaded from REST API. I didn't changed anything before this and I also checked if my JIRA user had some permission edition. Anybody knows what could be happening?
Thank you very much!
I had the same problem, modify the number of results per page before it loops in the advanced editor: Source = FetchPages("", 100),