Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • parry2k's avatar
    parry2k
    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)