Forum Discussion
How do I split a column according to another column?
I have this table here
I am trying to split the "config_customfield" column into two columns using "Est. Renew $" and "Renewal Term" as column headers and "User_Defined_Field_Value" as the value of the column. Whats the easiest way to do this?
Thank you.
15 Replies
- HotChilliCommunity Champion
Pivot the config_customfield column. Use the other column in Values.
Power Query->Transform tab.
- AnonymousNot applicable
I tried that first and I only have the option to unpivot which leaves me with a value column identical to the original
- AnonymousNot applicable
I got this far but now I need to somehow condense the columns according to config_recid so that the null values aren't there.
I used the Conditional Column function but I dont think this method will allow me to remove the null values
- AnonymousNot applicable
Hi Anonymous ,
Tring to understand your requirements.
Do you want to replace Null with the values from the config_recid col?
Thanks,
Tejaswi
- AnonymousNot applicable
No, referring to the original post. I need to split the config_customfield column. I need my table to look like this.