Forum Discussion
Einomi
3 years agoHelper V
Extract 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
3 years agoMost Valuable Professional
Equivalent function in PQ is (Data is your column name here)
= Text.Combine(List.RemoveItems(Text.ToList([Data]),{"A".."Z"}))