You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Max,
I tried to use this function in one of my solutions. However, current version cannot be used for Scheduled Refresh as Power BI can't determine data source.
I changed function - replaced argument FullPath with FileContent.
So, in query it look like FullPath = "C:\Temp\File.xlsx" file = File.Contents(FullPath) Source = fGetNumberFormats( file , "SheetName", 1, true) ... and so one...