The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
It's still the same issue. Yes it is an excel workbook
hi @Wis
Based on the screenshot, you are only accessing the file as binary but you did not specify what file type you are accessing. For Excel files from a local drive, the formula to access it would be: Excel.Workbook(File.Contents(path))
For Excel files from the web Excel.Workbook(Web.Contents(path))
It's still the same issue. Yes it is an excel workbook