Forum Discussion
balaram51
Aug 03, 2019Copper Contributor
extract unique values matching a text string
I have two columns (A and B). Column A contains the dates and Column B contains the names of people who are required to attend the duty. Now based on this can i have names of people and just below th...
nabilmourad
Aug 09, 2019MVP
Hi
I am missing the second step in the applied steps (NameToList) I see the M code but how did you do it from the interface of the Query Editor?
SergeiBaklan
Aug 09, 2019Diamond Contributor
Hi Nabil,
There is no such exact action in user interface. You may select column, from right click menu select Transform with any function, e.g. Trim, and after that in formula bar change Text.Trim on any other suitable function, in our case Splitter.SplitTextByDelimiter(",")