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.
As we write M code in Custome Column or in Advanced Editor,
Is there any short cut like in DAX code you select text and then press Ctrl + Shift + L , then you can replace same text in whole DAX code with another text...
There is a way to enable multiple cursors in M Code but we have to click it with Alt key for every point in M Code we want to change...
If you have in mind something, It would be very helpful.
Solved! Go to Solution.
Yes, ALT+Click trick is only way in Advanced Editor. AE is a very rudimentory code editor, as of now.
Other possibility (which is of course inferior) is to copy the code in a text editor program like Notepad, Wordpad, Word etc and change there and paste it back into AE.
Yes, ALT+Click trick is only way in Advanced Editor. AE is a very rudimentory code editor, as of now.
Other possibility (which is of course inferior) is to copy the code in a text editor program like Notepad, Wordpad, Word etc and change there and paste it back into AE.