How does the Refresh work in PQ

gheyman

Well-known Member
Joined
Nov 14, 2005
Messages
2,341
Office Version
  1. 365
Platform
  1. Windows
If I have a table that was created as a reference of an existing table and I refresh the loaded referenced table is the original table being refreshed as well.

I trying to see whats more efficient from a run time perspective?

Does it make sense to make a copy of a table and remove unneeded steps of just reference. The original table will always be refreshed at some point prior to the referenced table.

Tyring to learn PQ and whats the best way to do things. Sometimes my tables take 12-15 minutes to refresh from data not stored in the excel workbook.
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Referencing the table means that query continuous where the referenced one stops.

I do that a lot depending on the need. Do I need to repeat the steps of the same query more times? If so, I'll extract the previous common steps as a new query. Then start the other queries from this query as source. It saves me doing repeatedly the same when I have to update the base query. From a maintenance perspective it is a plus.

I understand in PowerBI this has a more positive effect on performance compared to Excel. For one obscure reason, the queries can run simultaneously and all referencing queries will use the same query instance of the source step in PowerBI. In excel they seem to run also simultaneously but each running on a own instance of the source step query. So it actually runs mulitple times the same referenced query in Excel. Do note this might be my personal understanding, not the correct explanation of what's happening under the hood. #PQ_is_obscure_underground
 
Upvote 0
Solution

Forum statistics

Threads
1,215,313
Messages
6,124,201
Members
449,147
Latest member
sweetkt327

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top