Add custom column to source table instead of load to new table

abdulbasitb

New Member
Joined
Apr 21, 2015
Messages
17
Say I have a table of 4 columns and I use power query to add a 5th custom column.
Instead of loading the query to a fresh new excel table of 5 columns, can I instead, only load the 5th column to the source table in the worksheet?

One reason could be to allow editing source data and also see the custom column in the same place.
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
so add 5th column in PQ
add Index
select 5th column
remove other columns
load this single column to the sheet as 5th column of your source data
 
Upvote 0
so add 5th column in PQ
add Index
select 5th column
remove other columns
load this single column to the sheet as 5th column of your source data
When I try that it creates another table next to the existing table instead of adding a column to the existing.
 
Upvote 0
Below is the link to example file (cannot post attachments)
mediafire.com/file/mfsuam9na6tt4hm/Add_custom_column.xlsx/file
 
Last edited:
Upvote 0
The green column is actually become a new independent table that would become difficult to manage.
If any work is continued such as addding new columns or rows, the two tables won't always work together. If any data is added on the green side and it's sorted, the blue table won't sort accordingly.

I was wondering if this the best it can be or is there any way to have the resulting table as one, with the custom column?
 
Last edited:
Upvote 0
Green column is a result of your query-table and you can manage in PQ Editor
I strongly suggest to read much more about PowerQuery

If you want manage as you said load the result query-table (not only single column) to the sheet then you can add/remove any column to the source table then refresh and you should see the result.

You cannot mix source table and query-table and manage this as single table because you cannot change any value in query-table , because (again) if you refresh query-table you will get original values.

you've, say three layers:
- source layer
- transform layer (PQ Editor)
- result layer (if you load transform layer to the sheet)

I recommend second line of this post

Have a nice day
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,752
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top