Forum Discussion

Cybacor's avatar
Cybacor
New Member
4 years ago

Dynamic data source error

Hi

We have built a report, which refreshes fine in the desktop tool, however when trying to setup a scheduled refresh in the browser, this error appears;

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

We are taking a site URL (well quite a few), and adding an additional portion  to the URL;


let LoadProjectStatusReports = (site as text) =>
let
Source = OData.Feed(site&"/_api/web/lists/GetByTitle('Project Status Reports')/Items()?$Select=Title")
in
Source
in
LoadProjectStatusReports

 

Is there a way to adapt this, so we don't get the error? We pull a list of URLs ok, then want to add on the bit in quotes.

3 Replies