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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
handi
New Member

can PowerBI have SSRS type parameters that are loaded via query?

As a SSRS developer long ago, we had reports with many parameters in the report header area. Each were loaded with various TSQL queries, such as a parameter with all the Divisions, Departments, etc... After chosing the required parameters from the dropdown lists, they were used for the report's main query.

Can Power BI load each parameter with seperate TSQL queries to be used by the final main query?

I can only find examples of static methods using lists or an excel file to populate the parameter, which would need to be edited eventually.
I'm new to Power BI but I can't imagine this not being possible for dynamic Power BI reports.

A simple yes or no will help, but a guide (link) would be great.

Thanks

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi @handi -Yes, Power BI can load parameters dynamically using SQL queries, though it's slightly different from how SSRS handles it. In Power BI, you can use Power Query to define parameters and dynamically populate them with SQL queries.

process flow:Go to Power Query Editor in Power BI Desktop>>In the "Home" tab, click on Manage Parameters > New Parameter>>Define your parameters and their values, which can be dynamic based on the SQL query.

youtube and documentation links:

Parameters - Power Query | Microsoft Learn

How to use Query Parameters for Dynamic Reports in POWER BI (youtube.com)

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

2 REPLIES 2
rajendraongole1
Super User
Super User

Hi @handi -Yes, Power BI can load parameters dynamically using SQL queries, though it's slightly different from how SSRS handles it. In Power BI, you can use Power Query to define parameters and dynamically populate them with SQL queries.

process flow:Go to Power Query Editor in Power BI Desktop>>In the "Home" tab, click on Manage Parameters > New Parameter>>Define your parameters and their values, which can be dynamic based on the SQL query.

youtube and documentation links:

Parameters - Power Query | Microsoft Learn

How to use Query Parameters for Dynamic Reports in POWER BI (youtube.com)

 

 

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Excellent!
That video is a great tutorial & I went ahead and subscribed to her YT channel. It looks like she has lots informative videos.

Thanks rejendraongle

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Top Solution Authors