Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.