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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
chiragcmishra
Frequent Visitor

Add Rows from data source on refresh, instead of updating rows

I have a data source Excel file, that is going to be edited every day by end users. I want to create a Power BI report which takes the data source file, runs a query to get a table, and every day when it refreshes, new rows should be added to the Power BI table, instead of updating existing rows. 

For e.g. a simple table with three columns and one row

 

Day 1 - Source Table -

C1      C2       C3

A        11        xyz

 

(Refresh Dataset)

 

Day 1 - Power BI table - 

C1      C2       C3

A        11        xyz

 

Then, 

 

Day 2 - Source Table -

C1      C2       C3

B        12        mno

 

I want 

 

Day 2 - Power BI table - 

C1      C2       C3

A        11        xyz

B        12        mno

1 REPLY 1
ppm1
Solution Sage
Solution Sage

Power BI doesn't store data that way. Two options to consider that both involve Power Automate.

1- a daily flow that creates and names (with the date) a copy of your Excel file. Your Power BI report is then built combining those Excel files.

2- a daily flow that queries your dataset after refresh and stores the data in a new csv file (on SharePoint or other place). Your Power BI report is then built combining those csv files.

 

Pat

Microsoft Employee

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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