Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I am trying to configure schedule refresh for the dataset from Jira data. But it's throwing error like
You can't schedule refresh for this dataset because the following data sources currently don't support refresh:
my Query is like:
let
Source = Json.Document(Web.Contents(JIRA_URL & "/rest/api/2/search?jql=" & QUERY))
....
....
in
...
where:
JIRA_URL: https://jira.demo.io/
QUERY: project in ("ProjectOne", "ProjectTwo")
I referred https://blog.crossjoin.co.uk/2016/08/23/web-contents-m-functions-and-dataset-refresh-errors-in-power... and tried to restructure the query as mentioned there. But was not successfull.
I have followed other related threads but couldn't find a proper solution.
can anyone hlep me?
Solved! Go to Solution.
Hi @hpoyil ,
When you use source parameter to get data dynamically in Power BI Desktop, it is not supported to refresh the dataset in Power BI Service, you would need to make changes to the M code as described in this similar blog:
Dynamic Web.Contents() and Power BI Refresh Errors
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
Hi @hpoyil ,
When you use source parameter to get data dynamically in Power BI Desktop, it is not supported to refresh the dataset in Power BI Service, you would need to make changes to the M code as described in this similar blog:
Dynamic Web.Contents() and Power BI Refresh Errors
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.
I'm having thsi problem as well and all the solutions I've seen refer to a blog post that is no longer available. I've tried removing the parameters and adding them directly to my query but no luck. It works great from Power BI Desktop, and I ca nrefresh manually but no auto-refresh support which is why I wanted to query the API directly in the first place. Can someone please help with this?
@ImkeF - Any ideas?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
30 | |
26 | |
21 | |
20 |
User | Count |
---|---|
63 | |
48 | |
24 | |
24 | |
19 |