Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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,,65,1)),LAMBDA(x,Y,SUBSTITUTE(x,Y,"')))
With Power Query I would like the list of all the functions that were used to write it
My expected result should be, a list with the follwing records
REDUCE
CHAR
SEQUENCE
LAMBDA
SUBSTITUTE
Thanks for your time
Solved! Go to Solution.
You are a genius 🙂
Hi @mussaenda
I teste with a few formulas, it should work, any issues I'll let you know but for now I will mark this as resolved
Thanks for your assistance
Thanks @Vijay_A_Verma
However, I am not looking for the equivalent in PQ 😊
I would like the list of the functions used (obviously the final goal was not the function itself but rather an example)
Equivalent function in PQ is (Data is your column name here)
= Text.Combine(List.RemoveItems(Text.ToList([Data]),{"A".."Z"}))
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.