Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register 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.