Anyone know how to target specific queries from Excel Power Query and wait until refresh complete without VBA?
I several queries I need to run one after another to refresh and then move to the next one.
How do you call on a query?
How do you wait for refresh to be complete?
I think the old answer for me would be to create vba code to refresh each specific query including a dialog box. Have PAD run the vba code and then wait for dialog box before going to next vba code for next query etc.
Any better way to get this done?
Thanks!