Forum Discussion

nkasdali's avatar
nkasdali
Microsoft Employee
8 years ago
Solved

Substring in Power BI ?!

Hi All,   I'm coming from Qlikview world, so i'm looking the equivalent of SUBSTRING function.   So, this function will return a string in a specific position, exemple   Value : TD_AA_BB   i ...
  • Anonymous's avatar
    Anonymous
    8 years ago

    You need to use the function

    MID(Txt, StartPosition, NumberOfCharacters)