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.
Hello,
When I click on one element which appears many times in the advanced editor, all its occurrences get highlighted (for example below with datetime) :
Is there a way to replace all these values with date only and all at once, without doing it manually?
Thanks in advance.
Solved! Go to Solution.
Advanced editor doesn't offer Find and Replace All capability like notepad, word etc. You can do following (it has manual component though) -
Hold ALT key and select all occurances which you want to replace one by one while holding ALT key (It is not mandatory to hold ALT key when you first select the word, but for all other selections holding ALT key is mandatory).
Once done whatever you do for the first word, the same will be applicable for all other words.
So, if you have 4 occurances of word datetime, you will need to select all 4 occurances of word datetime one by one while pressing ALT key. If you change datetime to say text, all datetime occurances which you had selected will be converted to text.
you can copy the code into txt file, or word, then find and replace, and copy back into the editor.
Advanced editor doesn't offer Find and Replace All capability like notepad, word etc. You can do following (it has manual component though) -
Hold ALT key and select all occurances which you want to replace one by one while holding ALT key (It is not mandatory to hold ALT key when you first select the word, but for all other selections holding ALT key is mandatory).
Once done whatever you do for the first word, the same will be applicable for all other words.
So, if you have 4 occurances of word datetime, you will need to select all 4 occurances of word datetime one by one while pressing ALT key. If you change datetime to say text, all datetime occurances which you had selected will be converted to text.