The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.