Forum Discussion
JIRA content pack bringing only few rows
So, based on the last update from JIRA team:
The problem is not considered as a bug and they recommend to use pagination. The problem is, if you are using the JIRA content pack, it is already using pagination (look for GenerateByPages function), but it stopped to work after this update.
Anyone could find a way to "fix" it?
Thanks!
- v-qiuyu-msft8 years ago
Community Support
Hi all,
I have reported this issue on Power BI side, will update here once I get any information.
Best Regards,
Qiuyun Yu- jeremyking778 years ago
Helper I
I found that if you edit the data source in the advanced editor (using Power BI Desktop)
the second line which you can change to 100. Now that JIRA has restricted to 100 rows you can just loop on the 100 each time instead. For those that don't know.. the value 100 is referring to the pagesize that it gets when it loops through the datalet
Source = FetchPages("", 100),- CraigW8 years agoFrequent Visitor
Hi,
Can you explain or link to how you would do this?
Thanks!