Forum Discussion
Run multiple queries at once
- 8 years ago
Oh, well Power BI does all of that automatically when you schedule a refresh.
Also, in Desktop, if you hit the Refresh button on the home tab, all queries refresh.
If you are Merging or Appending queries together, yes, you can put that all in a single query with a bit of renaming of steps and such. But, I believe you are asking about a single query that would spawn 3 tables, correct? I'm trying to think of a way that could be done but not coming up with anything at the moment.
Hi,
I do not want merging or appending queries because the structure of some files is different, the data is not related and I want to avoid to many filters/slicers in the pivot table. However, while writing this and thinking about, it is maybe an option.
Now, the easiest way I've found will be adding a button and use VBA to refresh all pivot's.
- Greg_Deckler8 years agoCommunity Champion
Yeah, the issue is that one table is created per query. So, even with references and things like that, I'm not sure how you would get them to run sequentially. Is there a reason they need to run sequentially?
- JP-Ronse8 years agoHelper II
Hi,
The sequence in which they run is not important, it is just that I want to update all pivot reports in one click. I know my Pappenheimers and as said it can be easily done with some VBA code.
- Greg_Deckler8 years agoCommunity Champion
Oh, well Power BI does all of that automatically when you schedule a refresh.
Also, in Desktop, if you hit the Refresh button on the home tab, all queries refresh.