Appending - Refresh one table and not the other

successken

New Member
Joined
Oct 3, 2011
Messages
27
I am trying to improve the performance of my Power BI queries. From an SQL database I created two tables
"Data-Historical" which is set for data pre-2018, I have also Unchecked both Enable Load and Include in report refresh
"Data-Current"
which is set for data in 2018, I have also Unchecked Enable Load but checked Include in report refresh

At this point when I refresh data it only refreshes the "Data-Current"

I then append these two files "Data-Combined"
, I have Checked both Enable Load and Include in report refresh, as a result I now have both current and historical refreshing.

How can I append these two files and only refresh one of them?
<strike>
</strike>
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
Thank you for responding.

The only issue is the appended table refreshes both tables attached even if they are individually unchecked to refresh.

I believe I've come across a work around by still creating the two tables as originally described but instead of appending the table I am utilizing a "Union" table.

Orders = UNION( 'Historical_Orders' , 'Current_Orders' )

Please let me know if there will be unintended consequences but thus far it appears to be working.
 
Last edited:
Upvote 0
Yes that is a solution, but it doubles the data loaded. So the data will first be in 2 different tables, and also again in the merged table. If this is not an issue, then this will work fine
 
Upvote 0

Forum statistics

Threads
1,215,757
Messages
6,126,693
Members
449,331
Latest member
smckenzie2016

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