This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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?
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.