Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
I run a query in Excel to get data from a Sharepoint list. In the columns to the right of the sharepoint data in excel, I have manual entries that I need to remain linked with the same row through data refreshes. Right now, the manual entry on the last row just keeps being moved to the new last row when new items are added. For example, I can start with something that looks like this in Excel:
Sharepoint Column Manual Entry Column
Item 1 A
Item 2 B
If I add an Item 3 to the Sharepoint list and then refresh the data in excel to import it, I end up with
Sharepoint Column Manual Entry Column
Item 1 A
Item 2
Item 3 B
What I'm going for is
Sharepoint Column Manual Entry Column
Item 1 A
Item 2 B
Item 3
Hopefully that makes sense. I'd really appreciate any insight on this problem
Solved! Go to Solution.
If I understand the issue, you cannot do this. The data coming from Power Query will not retain the same row number as manually entered data.
You will need to either put your manual data in another table with some sort of index that you can merge on - so "Item 1" for example.
Then in PQ, merge the SharePoint table with the Excel manual table and use your manually added column.
You can see more about merging here. Merge queries (Power Query) (microsoft.com)
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingIf I understand the issue, you cannot do this. The data coming from Power Query will not retain the same row number as manually entered data.
You will need to either put your manual data in another table with some sort of index that you can merge on - so "Item 1" for example.
Then in PQ, merge the SharePoint table with the Excel manual table and use your manually added column.
You can see more about merging here. Merge queries (Power Query) (microsoft.com)
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingAh, good catch @edhans. After reading the post through a couple more times, I think you are dead on.
@acmwib What does your Excel query look like?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.