Forum Discussion
Simon_Br
Helper I
3 years agoText.End Variable Value
Hello Comunity, Actaul i have the challange, an value to split whit a dynamic value in the M-Code in Power Query. Per Example: Text Length Number Solution America30 2 30 Au...
- 3 years ago
Hi Simon,
This should work fine in a new custom column:
Text.End([Text], [Length Number])Pete
wdx223_Daniel
Community Champion
3 years agoSplitter.SplitTextByCharacterTransition(each not List.Contains({"0".."9"},_),{"0".."9"})([Text])