Hi I am a newb at Power Query and just learning the basics.
I am able to get my data merged between 3 tables and this adds 2 columns at the end of my Data table.
I want to replace some data in one column based on a filter in another column.
After I replace the data I want to un-filter the data so I am looking at the entire data set again but there appears to be no option to un-filter data once its filtered in power query.
For example:
Have 3 columns
Column 1: Unique value used to merge all 3 sheets
Column 2: Contains text values and will get some of the values replaced (data in rows: 8,9,10,11,null,Unknown)
Column 3: Contains text values that will be filtered to assist with replacing values in Column 2 (data in rows: confirmed, not confirmed, unknown, null)
Filter on column 3 for confirmed only
Replace values in column 2 (8,9,10,Unknown) with 11
The data table will need to contain all rows from the initial merge with the replaced values in Column 2.
Hopefully that makes sense.
Right now I am doing this with a bunch of steps using vlookup/countifs/and manual filtering.
Thanks ahead of time.
I am able to get my data merged between 3 tables and this adds 2 columns at the end of my Data table.
I want to replace some data in one column based on a filter in another column.
After I replace the data I want to un-filter the data so I am looking at the entire data set again but there appears to be no option to un-filter data once its filtered in power query.
For example:
Have 3 columns
Column 1: Unique value used to merge all 3 sheets
Column 2: Contains text values and will get some of the values replaced (data in rows: 8,9,10,11,null,Unknown)
Column 3: Contains text values that will be filtered to assist with replacing values in Column 2 (data in rows: confirmed, not confirmed, unknown, null)
Filter on column 3 for confirmed only
Replace values in column 2 (8,9,10,Unknown) with 11
The data table will need to contain all rows from the initial merge with the replaced values in Column 2.
Hopefully that makes sense.
Right now I am doing this with a bunch of steps using vlookup/countifs/and manual filtering.
Thanks ahead of time.