Forum Discussion
Anonymous
3 years agoNot applicable
Unable to Enable schedule refresh for dynamic data source (Source is Application Insights)
I have implemented dynamic datasource for my power bi to enable environment wise data in Application Insights URL. But I am unable to schedule refresh for the report. Error: This dataset includes...
- 3 years ago
Hi Anonymous ,
you have to use the relative path parameter for the dynamic part like described here:
Chris Webb's BI Blog: Using The RelativePath And Query Options With Web.Contents() In Power Query And Power BI M Code Chris Webb's BI Blog (crossjoin.co.uk)
ImkeF
3 years agoCommunity Champion
Hi Anonymous ,
yes, that's to be expected. Every bit that is variable mustn't sit in the main URL. You need to use it in the relative path or in the query parameters in the record of the call.