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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Paramedic_Dave
New Member

Auto update two excel files

Ive spent many hours searching the internet and trying various things but no success.  Any help would be amazing.

So the problem is fairly simple, it appears the soultion is more difficult

 

I have two excel spreasheets that sit on Sharepoint. (which is where i think my first difficulty comes from)

One of them has personal data about my staff (name, email, telephone number etc)

The second has their training records on

What I want to be able to do is link the two sheets, so that when I add a new member of staff to the main sheet, a new row is automatically created and their name pulled in on the second sheet.

The problem i cant get round is when I have tried Power query, formulas, links etc I can make the second sheet update the name list but the rest of the data in the second sheet doesnt move.

As an example lets say sheet 2 looks like this:

NameInduction
AndyYes
SteveYes
JaneYes

 

I add a new member of staff to my master sheet, save and close. Open up sheet 2 and refresh and i get this

NameInduction
AndyYes
Bob (new)Yes
SteveYes
Jane 

 

In a perfect world I would like it to look like this and as an added bonus it copying the formulas from the above cells into the newly created row as well.

NameInduction
AndyYes
Bob (new) 
SteveYes
JaneYes

 

Is it possible????

Thanks

2 REPLIES 2
christinepayton
Most Valuable Professional
Most Valuable Professional

You want Power Automate for this, not Power BI. 🙂

 

It will be much easier for you if you use SharePoint lists to hold the data rows instead of Excel. You can create lists based on the Excel sheet to make this easier. The benefit of the SP list is that there is a Power Automate trigger for "when a new item is added to a SharePoint list", so that you can have actions performed when that happens. You need to have something reliable like this to trigger on or you'll make it really painful for yourself. 

 

Once you have that automation set up, you can connect Power BI to the lists if you want to report on the resulting data-- 

lbendlin
Super User
Super User

Possible, but with other tools. Power Query is called Power Query because its purpose is to query data from a data source, not to write anything to that data source (although people sure try to find all kinds of creative tricks around that).

 

Use Power Automate and / or office scripts.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Kudoed Authors