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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
elianaelia
New Member

Automatically update a list of data from one workbook to another

I have two worksheets, one is the source and the second one is the destination. In the source workbook I have a list of project names. The project names are listed in column A. Adjacent to column A, are in columns the months, where the employees will manually add the percentage of hours they worked for each project for that month.


I managed with power query to link the data in the destination file so when I add a new project in the source workbook automatically is added in the correct row of the column A in the destination workbook. However, when a new project is added in the destination workbook, creates only a cell and not the whole row. I do not want to link the whole table (this would have added a new row), I want the new row to be empty and ready to be filled by a user.

How can I automatically create a new row with filled the column A and empty the rest columns of the row when a new project is added in the source workbook?

 

For instance in the below screenshot we see the destination file where the employee has entered some values for ProjectName1 and ProjectName2:

elianaelia_0-1703078270626 (1).png
 
 

Then I entered a new project name in the source file with the name ProjectName1a by creating a new row.

elianaelia_1-1703078270627.png

 

In the destination file the new project name appears in correct order but the data in the adjacent columns is getting mixed up since the hours entered for the ProjectName2 appear now as hours for the ProjectName1a.

elianaelia_2-1703078270628.png

 

The desired outcome should have been like below:

elianaelia_3-1703078270629.png
 

Hope I was clear enough!

 

Many thanks in advance!

 

 

4 REPLIES 4
Anonymous
Not applicable

Hi @elianaelia 

You can add a custom column

e.g 

if [SourceEPRO]=[DestinationEPRO] then [1-lav] else null

Best Regards!

Yolo Zhu

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

 

Where shall I add the custom column? In the source file next to the column A that contains the list of projects? Thanks a lot for your response.
Anonymous
Not applicable

Hi @elianaelia 

Can you show how do you link the data in the destination table with source file?

 

Best Regards!

Yolo Zhu

 

Yes of course. I can sent you the files. How can I PM you

@Anonymous 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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