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
abbas_uddin
Helper I
Helper I

Append Historical data with current data without overwriting

Dear Experts,

 

i am in a problematic situation related to historical data and new data. i will explain the scenario below:

 

we have a historical data which we will load till Sep 2021 one time (through excel files). The current data is imported through web service. Now question is how can we combine historical data with current data without overwriting the data. Once the current month is finished, next month will overwrite the previous month and previous month will not be copied in historical data (as it is loaded manually till Sep 2021 one time only).

The current data is always month to date. 

 

is there any incremental data update where it copies the current data in historical?. we cannot run more than one month data in webservice as it timesout the system. So either we copy daily or when month is finished. 

 

Objective is not lose any data. kindly your input needed. Thanks alot

 

 

4 REPLIES 4
Anonymous
Not applicable

Hi @abbas_uddin ,

 

As the similar thread mentioned:

Eyelyn9_0-1634090591293.png

 

You may refer to:

Storing and using information from a dynamic data source using PBI desktop.

Historical Data Preservation using Power BI Dataflow

Keep The Existing Data In Your Power BI Dataset And Add New Data To It Using Incremental Refresh

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

abbas_uddin
Helper I
Helper I

@mahoneypat is there any suggestion how do we get the export working? so you mean to say we export the most recent month or current month data and export it as soon as the month is finished. Our objective is simple, current data should get added to historical data as soon as the month or day is finished, whatever way is fine. 

The simplest way would be to use DAX Studio at the end of each month to export the month of data as CSV or Excel.  You can then store the monthly files on SharePoint (for example) and then append your original data, the monthly files to date, and the current month REST API data.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


mahoneypat
Microsoft Employee
Microsoft Employee

You may need to export the data for your most recent month and append it to both your historical Sep2021 data and your current month refresh.

 

Pat

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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