Forum Discussion
renee_crozier
May 12, 2025Brass Contributor
Power Query M Code Not Working When Pasting Into Another Workbook
I have some code that I wrote in Notepad++ basically creating a list and doing a mass find and replace on a column. I pasted it into the Advanced Editor, modified the steps calls, and it worked. The...
Kidd_Ip
May 13, 2025MVP
Take the reference below, it may be related to source reference differences, workbook-specific dependencies, even behavior change due to the version of Excel or Power Query, lastly check for any invisible characters (especially it was referring to another editors) and ensure the "Current Value" for the workbook dataset.
Solved: Pasting code back into Power Query, double quotati... - Microsoft Fabric Community
- renee_crozierMay 13, 2025Brass Contributor
Thank you for sending this over. I read over the article and downloaded Visual Studio and installed the Power Query M extension. After pasting in my actual code, I'm not seeing any holes where it wouldn't work and I'm not getting any error messages. It's simply just not doing anything.