Forum Discussion
JIRA content pack bringing only few rows
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 data
let
Source = FetchPages("", 100),
Hi,
Can you explain or link to how you would do this?
Thanks!
- jamesperry8 years agoFrequent Visitor
To get PowerBi desktop to open Jira issues download and open the pbix file here
Click the data view in the left pane
Click the edit queries button and select edit queries
In the right pane you'll see a list of steps taken
Click on the top one that says Source
Change the value that appears in the formula bar to
= FetchPages("", 100)
I hope someone updates the Mircrosoft PowerBI service so that it starts working again soon as the desktop version requires manual refresh if you're publishing to the service.
- v-qiuyu-msft8 years ago
Community Support
Hi all,
We got response from PG team below:
We will need to change the content pack design to accommodate for this change and we haven’t been able to get to that work item yet due to other high priority item.
Best Regards,
Qiuyun Yu - davidbyrne18 years agoNew Member
Hi, thanks for the info - but I can't seem to get this working. In what area are you entering the formula?
Thanks,
Dave,
- davidbyrne18 years agoNew Member
Hi, thanks for the info - but I can't seem to get this working. In what area are you entering the formula?
Thanks,
Dave,
- Anonymous8 years agoNot applicable
@davidbyrne1 in the advanced editor of the get data page.