Remove characters from string in Power Query
Power Query text function Text.Remove allow us to remove particular characters from string. Text.Remove(text as nullable text, removeChars as any) as nullable text text: given… Read More »Remove characters from string in Power Query