Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! 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.