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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Raul
Post Patron
Post Patron

Insert news rows into a existing table

 

Hello community! I need your help.

I have a table in a Excel file like this:

MonthValue
Jan100
Jan50
Jan75
Jan50
Jan20
Jan15

 

This Excel file is the data introduction file for the user, and change the rows values every month.

 

In a Power BI Desktop file, I get this file into a table (ActualTable). In this Power BI Desktop file, I have too a table (HistoricTable) where I want to save the rows of the Excel file but maintein the existents. In the first Update of the file, the ActualTable and the HistoricTable they must have the same rows:

MonthValue
Jan100
Jan50
Jan75
Jan50
Jan20
Jan15

ActualTable & HistoricTable

 

but, when a change the rows of Excel file:

 

MonthValue
Feb10
Feb20
Feb0
Feb50
Feb30
Feb5

 

and I update the Power BI Desktop file again, in the ActualTable I need to have the new rows of the Excel file (from the Feb month) but in the HistoricTable I need to have the previous rows (from de Jan month) and the new rows (from the Feb month), that is:

 

MonthValue
Feb10
Feb20
Feb0
Feb50
Feb30
Feb5

ActualTable

 

MonthValue
Jan100
Jan50
Jan75
Jan50
Jan20
Jan15
Feb10
Feb20
Feb0
Feb50
Feb30
Feb5

HistoricTable

 

How can I do this append method of monthly records?

Thank you very much!

1 ACCEPTED SOLUTION

That is exactly @LivioLanzo! But the Premium option is not possible in this case. I have solved it by importing a windows folder where Excel files are left to load monthly.

Thank you very much for your help, too!

View solution in original post

2 REPLIES 2
LivioLanzo
Solution Sage
Solution Sage

Hi @Raul

 

this is called 'incremental refresh' and can be set up within Power BI service by using Data Flows. 

If you can't use this feature then you have to load all the data at each refresh.

You can also make a script which stores your excel data into a database (Access for simple ones or SQL Server) so the refresh within Power BI takes less time by loading the data directly from a database. But this requires you to have access to a database plus some coding skills(vba, python etc)

 


 


Did I answer your question correctly? Mark my answer as a solution!


Proud to be a Datanaut!  

That is exactly @LivioLanzo! But the Premium option is not possible in this case. I have solved it by importing a windows folder where Excel files are left to load monthly.

Thank you very much for your help, too!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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