Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I need to rename around 150 measures in a PBIX file in a "find and replace" kind of way. Is there an easy way to do this? I'm happy to use any external tools. I've had a casual look in Tabular Editor and Dax Studio, and cannot seem to find anything. Thanks very much.
Solved! Go to Solution.
@vpatel55 in Tabular Editor 3 you have an option to 'Script Dax' for all your measures and then you could do that find and replace and apply the change.
I guess you can also do that in Tabular Editor 2 but you don't have a UI for that so you will need to write it in a c#. Anyway do it in Tabular Editor 3 (It costs money but you have a 1 month trial for free)
@my pleasure 🙂
Check out my showcase report - got some high level stuff there. Sure you will find there a lot of cool ideas.
https://community.powerbi.com/t5/Data-Stories-Gallery/SpartaBI-Feat-Contoso-100K/td-p/2449543
Give it a thumbs up over there if you liked it 🙂
@vpatel55 in Tabular Editor 3 you have an option to 'Script Dax' for all your measures and then you could do that find and replace and apply the change.
I guess you can also do that in Tabular Editor 2 but you don't have a UI for that so you will need to write it in a c#. Anyway do it in Tabular Editor 3 (It costs money but you have a 1 month trial for free)
Many thanks for your prompt response @SpartaBI - that is great to know. Are there any other ways of doing it that does not require C#? I'm afraid I know no C#
Thanks.
@vpatel55 yes yes 🙂 maybe I was not clear. In tabular editor 3 you can do it just by clicking on script dax button, it will create a long script of all your measures and you could do the find and replace action (like you are familiar with), no code needed.
The C# code is actually rather simple:
Selected.Measures.Rename("OldText","NewText")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
141 | |
79 | |
63 | |
52 | |
46 |
User | Count |
---|---|
212 | |
89 | |
79 | |
68 | |
60 |