Forum Discussion
Anonymous
7 years agoNot applicable
extract a string with a column
Hi I have a column in my dataset that looks like the below. What I want to do is create a new column that extracts the R & L number sequence. For example on the first rows it would look like R105...
- 7 years ago
Anonymous ad d new custom column in edit query using following M code
Change [Data] column with your actual column name
Text.BetweenDelimiters([Data], " ", " ", 4, 0)