Forum Discussion

Simon_Br's avatar
Simon_Br
Icon for Helper I rankHelper I
3 years ago
Solved

Text.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...
  • BA_Pete's avatar
    3 years ago

    Hi Simon,

     

    This should work fine in a new custom column:

     

    Text.End([Text], [Length Number])

     

     

     

    Pete