Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Created a data source to read a onedrive folder (sharepoint) to iterate through daily log files. When I publish to PBI service, I get this message trying to schedule a refresh.
You can't schedule refresh for this dataset because one or more sources currently don't support refresh
Docs indicate that this should be able to be scheduled.
Using the following as a source for reading log files in the folder, then invoking a function to expaned all the data.
= OData.Feed("https://company-my.sharepoint.com/personal/name_company_com/_vti_bin/listdata.svc")
the only other source is reading an excel file directly from the same location.
= Excel.Workbook(Web.Contents("https://company-my.sharepoint.com/personal/name_company_com/Documents/SourceData/Dispositions.xlsx"), null, true)
Data source permissions are set to organizational account.
Not sure why this renders my report unrefreshable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.