Forum Discussion
filiparibeiro
3 years agoHelper III
Dynamic Source in Report Doesn't Allow for Schedule Refresh
Hello. I'm importing data from JIRA API in PBI as follows: https://community.powerbi.com/t5/Desktop/Get-Data-from-JIRA-API-and-import-in-Power-BI-with-Pagination/td-p/801784 When I try to sched...
ibarrau
3 years agoSuper User
Hi. If my suggest doesn't work you might need to show us more about the power query code. Usually a dynamic source is a source that can't find an unique direction. That's something that happens with Web.Contents when calling apis or requests. The way to let power bi understand that the request is only one, it's defining a relativepath to keep a unique url as the parameter. Check the following post out
https://blog.crossjoin.co.uk/2016/08/16/using-the-relativepath-and-query-options-with-web-contents-in-power-query-and-power-bi-m-code/
I hope that helps,