Forum Discussion
Anonymous
3 years agoNot applicable
query refresh clarification
Hi, in power query editor when table is load and then below steps are applied * Remove columns * filter data based column values In this case will the entire table will be loaded and then the ste...
vanessafvg
3 years agoCommunity Champion
from a performance perspective if you are pulling the data from sql, rather just write a sql statement that will pull the required columns in the advanced section yes, this way you also know that it using the compute of the sql server (or whichever database you are using) rather than power query which can be slower.
- Anonymous3 years agoNot applicable
thanks vanessafvg, so the entire table data will be loaded before applying the steps.
- vanessafvg3 years agoCommunity Champion
correct