A team I'm working on used to manually process data received from clients writing out their PDF documents into an ever growing range of data within Excel. We only have access to Office 365 programs and Power Query has been a real game changer, but we're all pretty new to it.
We've been implementing the use of Power Query to reduce or eliminate the manual data entry by having the query pull data from a source folder.
However, whenever new data is added to the source folder the query reruns on all the original data and then adds in the new data, the process was long but is basically lightspeed when compared to the old approach being used here.
I figured this was just the nature of things, but we've added a bunch of new PDFs yesterday and now the query won't load. After an hour of running it gives an error that states "something went wrong"
Is there an approach I could be using to address file sizes getting quite large? If I were to split the query up into several more manageable ones and then append/merge them would that be a solution?
We need to be able to review any individual record within the dataset, but we don't need to have every record displayed all the time. The data is essentially a general ledger of events and transactions.
Thanks in advance
We've been implementing the use of Power Query to reduce or eliminate the manual data entry by having the query pull data from a source folder.
However, whenever new data is added to the source folder the query reruns on all the original data and then adds in the new data, the process was long but is basically lightspeed when compared to the old approach being used here.
I figured this was just the nature of things, but we've added a bunch of new PDFs yesterday and now the query won't load. After an hour of running it gives an error that states "something went wrong"
Is there an approach I could be using to address file sizes getting quite large? If I were to split the query up into several more manageable ones and then append/merge them would that be a solution?
We need to be able to review any individual record within the dataset, but we don't need to have every record displayed all the time. The data is essentially a general ledger of events and transactions.
Thanks in advance