Forum Discussion

twister8889's avatar
twister8889
Icon for Helper V rankHelper V
5 years ago
Solved

Alternative to load multiples files excel

Hi guys,   I have an import to power bi, the folder that contains multiples excel files, in this folder has 294 files, 390 MB the total size. I need to only remove all columns and group by file nam...
  • themistoklis's avatar
    5 years ago

    twister8889 

     

    Loading data from Excel files is generally slower than loading files in other format (e.g. csv or txt).

     

    Probably the group by that you are doing is even slower considering the amount of data you load.

     

    One good technique it to use Table.Buffer or List.Buffer to load data in memory and then carry on with other calculations / aggregations