Ted Murphy
New member
Hi Ken,
I have created a VBA Macro that refreshes the volatile Tables in a PowerPivot model.
Each Refresh is executed using the following type of Code.
ActiveWorkbook.Connections("Power Query - Customers").Refresh
ActiveWorkbook.Connections("Power Query - Calendar").Refresh
I have quite a lot of Pivot Tables in the Workbook and these appear to be updated as each of the Power Query Refreshes is completed.
Is there a way of suppressing the Pivot Table updates until after ALL of the refreshes have been completed?
This would help reduce Refresh time.
Thanks,
Ted
ps
Using Excel 2013 and Power Query Version: 2.34.4372.163 32-bit
I have created a VBA Macro that refreshes the volatile Tables in a PowerPivot model.
Each Refresh is executed using the following type of Code.
ActiveWorkbook.Connections("Power Query - Customers").Refresh
ActiveWorkbook.Connections("Power Query - Calendar").Refresh
I have quite a lot of Pivot Tables in the Workbook and these appear to be updated as each of the Power Query Refreshes is completed.
Is there a way of suppressing the Pivot Table updates until after ALL of the refreshes have been completed?
This would help reduce Refresh time.
Thanks,
Ted
ps
Using Excel 2013 and Power Query Version: 2.34.4372.163 32-bit