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.
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.