Forum Discussion
JNT44
May 15, 2024Copper Contributor
Power Query what is faster for 2nd query ? Reference or source table from output of 1st query ?
I know that power query will refresh the first query on all referenced query. Meaning, if you have a "main" query and then transformations in multiple query, the "main" will be refreshed every time...
SergeiBaklan
May 15, 2024Diamond Contributor
It all depends on concrete situation. If "main" query returns more or less static data and you are in Power BI environment it's better to use dataflow with few times per day refresh.
Table in the grid could also be used, but on Refresh All I don't think it gives any benefits.
To get preview in PQ faster you may disable background refresh to force use caches.
With referenced queries and main data source if it's supports query folding try to keep it as long as possible.
JNT44
May 21, 2024Copper Contributor
I was talking about an Excel environment.
I do not have Power Bi as our business use Tableau instead.
I do not have Power Bi as our business use Tableau instead.