Forum Discussion
stribor45
2 years agoPost Prodigy
Power Query - Advanced editor
In my power query editor, I have a query that calls API, and as I hit "done" I can see the dots at the top, which tells me the query is running. After a minute or so I can see my data, At this point,...
Anonymous
2 years agoNot applicable
Yes.
What you see inside the PQ editor is a preview only, but to generate the preview the query must be called to get the data.
After you close the PQ editor, BI controls when and how often the query is called.
Andreas.
stribor45
2 years agoPost Prodigy
So when you close the editor api endpoint is called again? I am trying to minimize how many times I call Api