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
Nickodemus
Helper III
Helper III

Refreshing data without updating exsiting records in PowerBI

Hi,

 

I've had a search but can't seem to find a direct answer to this...

 

For a rental business, I have a source table in excel which contains a row for each product. Many other fields in the table are blank for each product until such time as the product becomes reserved (e.g. weekly rental amount(£), start date, end date, length of rental term, etc, etc). When a cutomer rents the product these other fields become populated with the relevant data.

 

There is no 'reservation date' field, so there is currenly no timestamp as to the date when each product is reserved (I'm hoping to change this, but let's assume I can't for now).

 

I get a daily feed of this data - the whole table.

 

What i'd like to do is load the table into PBI, and effectively take a snapshot of that day's data. Insert a timestamp against newly 'reserved' products. Then, on the next day, I'd want to refresh the same table, but not overwrite the timestamps and data from the previous file... just add any new data for products which have been reserved between the two data loads - i.e. i want to only update the PowerBI report with the delta of the data.

 

Is this possible? If not, is there a good workaround?

 

Many thanks.

1 ACCEPTED SOLUTION
hohlick
Continued Contributor
Continued Contributor

Hi @Nickodemus

Actually it is a problem in Power BI, as it don't stores previously shaped data somewhere, where it can take from later.

But you can do it in the Excel as "self-referenced table".

You can do it this way (in Excel):

1. Create a Query1 to your source (daily updated) Excel table. Add timestamp

2. Load the result of this Query1 to a sheet (once).

3. Create a new Query2, pulling data from the resulting table (on the sheet) from step 2.

4. Append the result from Query1 to the result of step 3

(5. Remove duplicated rows if needed)

 

For doing the same in PBI, you need to find a way to store previous results from PBI. There are some ways described by @ImkeF in her blog.

Maxim Zelensky
excel-inside.pro

View solution in original post

1 REPLY 1
hohlick
Continued Contributor
Continued Contributor

Hi @Nickodemus

Actually it is a problem in Power BI, as it don't stores previously shaped data somewhere, where it can take from later.

But you can do it in the Excel as "self-referenced table".

You can do it this way (in Excel):

1. Create a Query1 to your source (daily updated) Excel table. Add timestamp

2. Load the result of this Query1 to a sheet (once).

3. Create a new Query2, pulling data from the resulting table (on the sheet) from step 2.

4. Append the result from Query1 to the result of step 3

(5. Remove duplicated rows if needed)

 

For doing the same in PBI, you need to find a way to store previous results from PBI. There are some ways described by @ImkeF in her blog.

Maxim Zelensky
excel-inside.pro

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
Top Kudoed Authors