Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

power query refresh really slow- excel file

Hi Everyone, New to Power BI and Power Query here. I'm trying to combine 10 excel files in a folder (each one is about 15 MB), when I apply changes, it took me like 4hours to refresh the query and ...
  • Jimmy801's avatar
    Jimmy801
    6 years ago

    Hello Anonymous 

     

    I undestand. Then I can't figure out how these 4 lines of everey sheet are removed after you've combined them.

    I would go for

    - Create one query that threahts your file like you need it

    - Create a parameter with one path/name of a sample path

    - replace the filename in your first query with the parameter and convert it to a function

    - use the data source to extract the file names of this folder... in case do some filtering

    - add new column where you use your funciton and path and name as input.

     

    That should do the trick

     

    If this post helps or solves your problem, please mark it as solution.
    Kudos are nice to - thanks
    Have fun

    Jimmy