Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I am trying to refresh a dataset which has dynamic source data (via REST API).
The refresh works in Desktop but in the published version PowerBI service the refresh doesnt work.
I tried adding the relativepath concept, still I see the same error stating dynamic source cannot be refreshed.
M Query:
Source = Json.Document(
Web.Contents(
URL, [
RelativePath = "/rest/api/2/search?",
Query = [ jql= QUERY, fields={"customfield1","customfield2"} ]
]
)
)
ERROR:
This dataset includes a dynamic data source. Since dynamic data sources aren't refreshed in the Power BI service, this dataset won't be refreshed. Learn more: https://aka.ms/dynamic-data-sources.
Could you suggest a way to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.