Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
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.