Forum Discussion

julrua's avatar
julrua
Frequent Visitor
5 years ago
Solved

Avoid Helper Queries

Dear all, 

 

I did the following steps for 4 differents folder: 

1- Get data 

2- Folder 

3- Combine data 

 

Can I avoid to have several Helper Queries into Power Query Editor ? 

Thank you in advance. 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi julrua 

     

    You are reading from folders, right? Add a custom column, then use Excel.Workbook or Csv.Document (or anything else, depending on your files in the folder) to avoid help queries, combine the tables in the custom column

     

     

     

     

5 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi julrua 

     

    You are reading from folders, right? Add a custom column, then use Excel.Workbook or Csv.Document (or anything else, depending on your files in the folder) to avoid help queries, combine the tables in the custom column

     

     

     

     

    • ronaldbalza2023's avatar
      ronaldbalza2023
      Continued Contributor

      Hi Anonymous I had the same problem with julrua and did your recommended action to no avail. The custom column was showing an error. Is there any other way to solve this? Thanks 🙂

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi ronaldbalza2023 

         

        what kind of error you came across? what type of files in the folder you wanted to combine? with the same header?

  • edhans's avatar
    edhans
    Community Champion

    Not without 100% manually doing the combine operation yourself with manual code.

     

    Those were introduced about 3 years ago to make the combining of files more robust and flexible. There is a full overview here.