Text Wrangling with List.Zip - Replace Masked Characters in Power Query.

In this Power Query Quick Build, we solve a small text challenge. Column A contains strings where some letters are masked with asterisks. Column B contains the replacement characters in the correct order. The goal: replace each asterisk with the corresponding character from column B. Example: String: *ave *u*! Characters: HFn Result: Have Fun! This is a fast, no-narration walkthrough, showing one way to solve the challenge in Power Query using M. Learn about List.Zip    • List.Zip in Power Query. What It Does and ...   CODE SAMPLES github.com/m-dekorte/melissa-de-korte-youtube-resources CONNECT linkedin.com/in/melissa-de-korte-64585884/ Original challenge from Excel BI:   / excelbi_excel-excelchallenge-powerquerycha...   Follow up post from Meganathan Elumalai   / meganathan-elumalai-a3449221_numerous-meth...   #PowerQuery #Excel #PowerBI #DataWrangling