Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
molegris
Advocate III
Advocate III

How to replace part of the M code in many queries at the same time

Hi,

 

I inherited the responsibility to maintain a large PowerBI file that has more than 80 queries.  It serves as a central dataset and presentation layer for many other reports.  The previous owner hardcoded the connection to the SQL server in each individual queries.  I want to use parameters.

 

Is it possible to do a search and replace to change the Source step in all the queries at once?

 

Something like this:

Search M code in all queries:     Source = Sql.Database("server1", "database1")

Replace M code in all queries:   Source = Sql.Database(ServerNameParam, DatabaseNameParam)

 

Thank you

 

1 ACCEPTED SOLUTION

Hi @molegris ,

it requires a bit of setup, but then you can bulk-replace strings in your M-code at once: 
https://bengribaudo.com/blog/2020/07/16/5356/editing-report-spreadsheet-mashups-in-vscode

 

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@molegris , I doubt that. But let check with other super users

@ImkeF , can you help on this

Hi @molegris ,

it requires a bit of setup, but then you can bulk-replace strings in your M-code at once: 
https://bengribaudo.com/blog/2020/07/16/5356/editing-report-spreadsheet-mashups-in-vscode

 

 

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Thank you.  A bit complicated but I'll definitly try it and I'll let you know if it worked for me.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.