Forum Discussion
Select Multiple Tables when data is retrieved from folders
- 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.
Select one file and delete all automatically generated steps but the first one.
This will return a table with all objects in the Excel-file from which you can select those you need and then expand them all at once.
- Anonymous7 years agoNot applicable
This method didn't work when I removed steps because i still had the full list of workbooks and not the tables from the file.
I am connecting to a folder with 84 files and need to be able to consolidate all of the tables per tab on each file.
Every file has the same tables but there are different tables on each tab in the files.
How do i select all individual tables for every file in the folder when i can't select more than one table at a time?
- ImkeF7 years agoCommunity Champion
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.
- Anonymous7 years agoNot applicable
This is a step in the right direction!
I just need to combine those tables now that all of the other tables have been filtered from each file so that the contents of the tables are diplayed through one query instead of seperate queries for each table.
Do you have any insight into this action?
I am trying to consolidate the 9 cover tables in the image below so that they are all able to be pulled and refreshed with 1 query.