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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Abhilash_P
Responsive Resident
Responsive Resident

How to load Incremental data into Power BI as table with daily snapshot

Hello Everyone,
I have below columns in my table
- Account Number

- Balance

- Date

Abhilash_P_0-1743494184668.png

I receive data from the source on a daily basis. If there is a change in the data for a specific account number, only the updated data is received from the source.

My requirement is to load this data into Power BI in such a way that if the data for a specific account number has changed, the updated data should be loaded. If there is no change, the data from the previous day should be retained, but with the current date.
Expected outcome table in Power bi should be as below

Abhilash_P_1-1743494555185.png

Kindly do the needull

1 ACCEPTED SOLUTION
Deku
Community Champion
Community Champion

You can do this with incremental refresh in Power BI, if you setup a policy with a single active day. You will need to bootstrap so that you don't refresh the archive partitions on the first refresh.

 

I would advise you to setup a ETL process and store this data instead because if you ever need to update the table's schema or need to full process it, you will lose all the history.


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

View solution in original post

3 REPLIES 3
Deku
Community Champion
Community Champion

You can do this with incremental refresh in Power BI, if you setup a policy with a single active day. You will need to bootstrap so that you don't refresh the archive partitions on the first refresh.

 

I would advise you to setup a ETL process and store this data instead because if you ever need to update the table's schema or need to full process it, you will lose all the history.


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!
Abhilash_P
Responsive Resident
Responsive Resident

Hi @Deku ,
Currently we are doing it in backend using ETL was just wanted to know if we can do it in PBI - any possible solutions or approcaches

Thanks

pankajnamekar25
Memorable Member
Memorable Member

Hello @Abhilash_P 

 

You can explore this 

Configure incremental refresh for Power BI semantic models - Power BI | Microsoft Learn

Configuring Incremental Refresh in Power BI

 

Thanks,
 Pankaj Namekar | LinkedIn

If this solution helps, please accept it and give a kudos (Like), it would be greatly appreciated.

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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