Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Select Multiple Tables when data is retrieved from folders

I am trying to run a query for all tables in multiple workbooks that exist in a single folder, but I can only select one table in the list at a time when connecting at the folder-level.   I am tryi...
  • ImkeF's avatar
    ImkeF
    7 years ago

    Sorry, my bad. Didn'T read your thread carefully.

    If I understood you correctly, you can do the following:

    Start with the table containing the overview of all files in the folder and add a column with this formula:

    Excel.Workbook( [Content] ).

    This will return the same table that I mentioned in my first post or each row. Expand it and filter the tables you're after.