Forum Discussion

Judit950's avatar
Judit950
Copper Contributor
May 26, 2022
Solved

Power Query & ODBC

Hi Everyone,    I hope you are all well! 🙂   I am new to Power Query and I have been trying to load data from an Excel workbook with several tabs / calculations into Power Query via the Data rib...
  • SergeiBaklan's avatar
    May 26, 2022

    Judit950 

    Power Query works with Excel binary files extremely slow and in background uses totally different (and limited) connector compare to ones for .xlsx files. Even if that's the same entry point From File->From Excel workbook.

    You may try From Database->From MS Access database, select binary file and Transform - result will be the same since same mechanism uses both for binary files and MS Access database.

     

    I don't think ODBC helps, however didn't test myself. Better to save file as .xlsx before query it - if that's possible.

Resources