I have a series of queries in Excel which all depend on an initial query which loads data from CSV files, processes them and loads them into a table in the worksheet. The remaining queries all use worksheet tables as a source and don't utilize external datasources.
When I reload them individually them seem to take longer than they should and appear to be accessing the CSV files themselves.
I have all of the global and data settings for query to optimize loading (fast load, turn off background, etc.) based on some internet research and the original query loading/processing is acceptable given the amount of data. It would just seem that once I have the processed data in a table in the workbook that queries of that table and others would not require going back to datasource files.
Just wondering if I am missing something here. Thanks!