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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

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
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.