Hi,
I have a power query which looks into a folder containing multiple workbooks that all have an identical structure.
The query takes a long time to run because it seems to find ALL the data from every sheet before I filter which sheets I actually need data from.
below is the custom column I have which finds the sheet names.

The only sheet I want to extract data from is named "JDE Job Setup" in every workbook.
Is there a way to only find the data in these sheets in order to speed thing up?
any help will be much appreciated.