Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Performance of Excel vs Database Data Source

I'm currently having issues with my PBIX performance (It always crashes). In my current setup, I'm using 4 Excel files with multiple sheets as data sources. But I didn't experience these crashes befo...
  • Anonymous's avatar
    Anonymous
    7 years ago

    HI Anonymous,


    AFAIK, If you only get data from excel and merge them, it should works well without any performance issues.

     

    Have you do any advanced operation on these query?(e.g. invoke custom function, refer any query table in calculate, refer previous query steps)

     

    These operations may cause the memory issue.(power query will spend memory resource multiple times to handle each row calculation)

     

    If that is a case you can consider to use list.buffer or table.buffer to cache reference source to memory to reduce cost of resource.

    How and When to use List & Table Buffer?

     

    Regards,

    Xiaoxin Sheng