Hi all, I am currently working on a pretty "Get and Transform" heavy project and I've noticed that when i'm building or modifying my queries, it will often need to refresh my queries right from the beginning. The initial queries are the most intensive and only really need to be done sporadically as once i get that data formatted to be useful with the rest, it will rarely if ever change. so i'm wondering if I were to separate these queries into their own workbook and then then load to table, if I would be able to save myself the frequent refreshes by simply pointing to that table as the source for the rest of my queries that will need to be refreshed more frequently? Right now i just have that base table loaded as a connection only, but it still seems to go through the whole re-querying process frequently and since many of the source documents are on another server, can take a while...
Are there any tips for breaking up or otherwise dealing with queries based on the required frequency of that data being refreshed when it is used in conjunction with other queries? or a setting to tell it not to refresh so often?
Thanks
Are there any tips for breaking up or otherwise dealing with queries based on the required frequency of that data being refreshed when it is used in conjunction with other queries? or a setting to tell it not to refresh so often?
Thanks