Forum Discussion
powerbi load JIRA worklog via RESTAPI so slow
Hi Anonymous ,
Go to query editor,at the bottom of column profile, choose"entire dataset",as shown below:
Then remove " #"Invoked Custom Function1" = Table.AddColumn(#"Add worklog url", "worklog", each Json.Document(Web.Contents([worklog url])))" and go to the column "#"Add worklog url",check the number of rows and distinct rows to see whether they are close to: (using groupby functionality)
Best Regards,
Kelly
#"Invoked Custom Function1" and "#"Add worklog url" have the same number of rows
(distinct row), about 4000 rows. But to be honestly, I don't know the point to check rows count after we both realize 4000 rows lead 4000 API calls maybe cause time-cost. what I am curious is how poor performance gone at https://community.powerbi.com/t5/Desktop/Get-data-from-Jira-Rest-API/td-p/516130, am I missing something?
- v-kelly-msft6 years agoCommunity Support
Hi Anonymous ,
Then you'd better use another kind of API which can process multiple queries...
Best Regards,
KellyDid I answer your question? Mark my post as a solution!