Power query order of queries

msouppaya

New member
Joined
Mar 24, 2021
Messages
6
Reaction score
0
Points
0
Excel Version(s)
365 office
Hello,


I would like to know if it is possible to control the execution order of queries in PQ.
Let me explain, i run:


- A procedure that I named "Requete 1"
- I display a table that has been modified by the previous procedure that I named "Requete 2"


So, it is essential for me that "Requete 1" is executed before "Requete 2".
Is it possible to create a new query with "Requete 1" and then "Requete 2" ?


I searched the internet for resources but couldn't find an answer ...
On Excel, using VBA I can update the queries in the order I want but I don't want to use VBA in my projects ...


Is this possible under PQ?
Thank you.


Sai
 
I integrated my procedure into my 2nd query so it runs well before displaying my table.
This is the solution (and I have searched in different forums) that I have found to not include vba code in my project, without complicating my file
If it can help anyone ...
 
Back
Top