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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
gvg
Post Prodigy
Post Prodigy

Dynamic database source instruction

Hi all,

I have a report that extracts data from SQL databases. My Source instruction at the beginning of every "M" code is :

Source = Sql.Database(....

However some of the clients use Microsoft SQL, some use Sybase, some PostgreSQL, etc. Is there some clever way to parameterize the Sql part of the Source instruction? For example for Sybase I need to write :

Source = Sybase.Database(....

I have a few dozen of tables to make such change every time I have a client with a different SQL database.

Thanks.

1 ACCEPTED SOLUTION
Fowmy
Super User
Super User

@gvg 

You can parameterize your connection strings. Please refer below articles for further details including the PBI Service

 

https://data-marc.com/2018/11/15/parameterize-your-data-source/

https://community.powerbi.com/t5/Community-Blog/Using-the-Power-BI-Service-Parameters-to-change-conn...

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

View solution in original post

3 REPLIES 3
v-alq-msft
Community Support
Community Support

Hi, @gvg 

 

About query parameters in Power Query, I'd like to suggest you refer to the following link.

Power BI Desktop Query Parameters 

 

Best Regards

Allan

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Fowmy
Super User
Super User

@gvg 

You can parameterize your connection strings. Please refer below articles for further details including the PBI Service

 

https://data-marc.com/2018/11/15/parameterize-your-data-source/

https://community.powerbi.com/t5/Community-Blog/Using-the-Power-BI-Service-Parameters-to-change-conn...

 

________________________

If my answer was helpful, please consider Accept it as the solution to help the other members find it

Click on the Thumbs-Up icon if you like this reply 🙂

YouTube  LinkedIn

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

@Fowmy  thank you. Not exactly what I was looking for, but good source for ideas.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors