Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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