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.
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.
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.