Forum Discussion

JZhang74's avatar
JZhang74
Regular Visitor
3 years ago
Solved

Use Text.Length to extract certain length of the text string

Hi all,   Can I have help on this one. So I'm try to extract certain lenght text string based on the length of the text string in column and minus certain lengh. Example like this: = Table.Transfo...
  • wdx223_Daniel's avatar
    3 years ago

    = Table.TransformColumns(#"Added Custom", {{"Description1", each Text.Start(_, Text.Length(_)), type text}})