Forum Discussion
Einomi
Helper V
3 years agoExtract Text before "("
Dear Community I would like a M code to help me identify "(" in my string then extract the text before it For example, I have the following function in Excel =REDUCE(A2,CHAR(SEQUENCE(26,,...
- 3 years ago
Vijay_A_Verma
Most Valuable Professional
3 years agoEquivalent function in PQ is (Data is your column name here)
= Text.Combine(List.RemoveItems(Text.ToList([Data]),{"A".."Z"}))