This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.