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
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.