Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
DarrenThorley
New Member

Append Query only refresh one table

I have two tables from different data sources.

TableA comes from a SQL Database that contains a lot of historical data that will never be changed. Once the data is in PowerBI, I do not want to refresh it or even re-query the source (it contains over 1 million rows).

TableB comes from a different database that gets updated a lot and I would like to refresh it once a day.

TableA and TableB are appended in to a new table called Append1

I have tried setting TableA to not refresh but the Append1 still queries the SQL database.

Is it possible to set refresh for only one of the tables in Append1?

1 ACCEPTED SOLUTION

In Power Query in the first steps, by clicking on the gear icon. If it's import, just by deselecting the option "Include in report refresh" should do it. On Power Query it queries frequently the data as it gets data previews in order for you to apply steps, but once published, that Table will never get updated.





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





View solution in original post

8 REPLIES 8
ray_aramburo
Super User
Super User

Did you set the connection to TableA as Import or Direct Query?





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Pretty sure I used Import, is there a way to double check?

In Power Query in the first steps, by clicking on the gear icon. If it's import, just by deselecting the option "Include in report refresh" should do it. On Power Query it queries frequently the data as it gets data previews in order for you to apply steps, but once published, that Table will never get updated.





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Anonymous
Not applicable

Hi @ray_aramburo ,

 

Jumping in as i have an exact same case 🙂

Using power query on excel, i have two tables, one of which is historical data (CUT_Editions) and the second is Ongoin data (ONGOING). me data is coming for SAP HANA server.

i created an Append table that comprises the two queries, but the refresh time of the append seems to also refresh the CUT_Editions table. when refreshing the Apeend table, i want only to refresh the ONGOING table. is that possible? 

 

thanks,

 

Dudi 

 

 

@Anonymous same case, you need to follow the same process for the historical data. If it was a huge table on Power Query in the desktop will surely take its time anyways as it loads the preview, but when published and refresh runs automatically should be fast(er).





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Thank you.

So I could turn the SQL Server off when I am not editing the report and users are accessing the report and turn it back on when I need to edit the report. Is that correct?

The Append query would still update with the data from TableB (data not from the SQL DB) so the users would see the latest data from the scheduled refresh plus the historical data?

As to my knowledge, SQL Server needs to be turned on just for the connection to stay alive. Since you already indicated that you don't want that table to be refreshed, Power BI will not query against it once the refresh process comes up. If you won't ever need again to do anything with TableA then I would say that yes you can turn it off.





Did I answer your question? Give your kudos and mark my post as a solution!

Proud to be a Super User!





Thank you so much.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors