Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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"}))
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.