Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
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.