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.
Hi everyone,
I have a table with 7 columns and 12000 rows contains learners' survey results.
One of the columns contains the students' comments (string). These strings may contain one or more lecturers' name.
I am trying to create a query using M language that allows me to identify the strings with the lectures' name and replace the lecturers' name with the word "Lecturer".
Also, another table includes the list of lecturers' name (1 column, 2000 rows).
I hope it makes sense.
Thank you,
Ata
There are many examples available for this requirement. Here's one of them: Bulk Find And Replace In Power Query | How To Excel
Thank you Ibendlin. Appreciate your response.