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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
arifshah
Helper I
Helper I

Refresh a table in power bi without refreshing the data in it;s clone/copy?

We have a situation where a table full data is replaced during data refresh. We would like to compare the refreshed data with the previous data that it held. One option that I thought of was to clone the table and then refresh the original table. However, refreshing the original table also refreshes the data in the clone.

 

Is there any other way that the original table is refreshed without refreshing the clone/copy table?

Another solution I thought of was to use SSAS and create two tables on top of the source. This way each table can be processed individually. However, in this situation, SSAS is not an option so is it possible to do this within Power BI?

1 ACCEPTED SOLUTION

Hi, @arifshah 

Scheduled refreshes will update the full dateset. Currently, it is difficult to configure individual scheduled refresh for  a specific tables in dataset. 

 

If your workspace is assigned to a Power BI Premium Capacity or Premium Per User, you can consider using the XMLA endpoint programmatically to refresh just one table in a dataset.

 

Rleated thread:

https://data-marc.com/2021/02/18/trigger-a-single-table-to-refresh-in-the-power-bi-service/ 

 

Best Regards,
Community Support Team _ Eason

View solution in original post

4 REPLIES 4
v-easonf-msft
Community Support
Community Support

Hi, @arifshah 

In PQ, you can disable ‘Include in report refresh’ for the clone table.

In this way, the clone table will not be updated the next time the report is refreshed.

veasonfmsft_0-1663922080122.png

Best Regards,
Community Support Team _ Eason

Hi,

 

Many thanks for your reply. Is it possihble to schedule a separate refresh for the clone table?

Hi, @arifshah 

Scheduled refreshes will update the full dateset. Currently, it is difficult to configure individual scheduled refresh for  a specific tables in dataset. 

 

If your workspace is assigned to a Power BI Premium Capacity or Premium Per User, you can consider using the XMLA endpoint programmatically to refresh just one table in a dataset.

 

Rleated thread:

https://data-marc.com/2021/02/18/trigger-a-single-table-to-refresh-in-the-power-bi-service/ 

 

Best Regards,
Community Support Team _ Eason

SivaMani
Resident Rockstar
Resident Rockstar

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors