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
Anonymous
Not applicable

Appended data at each refresh

Hi everyone, 

 

I have put together a PBI report that connects to a goverment website, download economic numbers, and these numbers are used in reporting. Whenever the users refresh, they are presented with the latest figures. We want to be able to keep existing data intact, and append the new values in the dataset. I'd imagine I'll create a custom column to carry update time stamp on it. 

 

any ideas how to go about this?

 

Thanks

Kaz

1 ACCEPTED SOLUTION
ankitpatira
Community Champion
Community Champion

@Anonymous Incremental loads is still not yet availabe in power bi desktop. You need to have middle layer database where you can do incremental load and then use power bi. You can vote for that idea here.

 

View solution in original post

2 REPLIES 2
ankitpatira
Community Champion
Community Champion

@Anonymous Incremental loads is still not yet availabe in power bi desktop. You need to have middle layer database where you can do incremental load and then use power bi. You can vote for that idea here.

 

GeorgeR
New Member

Hi 

You only have update command for external data in PPivot. So I think that kind of timestamped manipulation ( append, insert into the table) should be done outside of your model using SQL commands, procedures. Once you have it you can sync it into your model and make selection, time machine display, etc.

 

R

George

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 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