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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
adelm
Frequent Visitor

Parameter in query

Hi

 

I am using Power BI to pull data from SQL Server, I would like to use parameters to change the company name in the query .

Below is an example for a simple query, my wish is to replace the XXX value with my list of paramters (Company number for instance).

Today I am creating seperate queries then merging all the data into one table, I would like to save hours of work by using a list of companies as parameters.

 

Thank you for your help

 

SELECT [Document Type]
      ,[No_]
      ,[Quote No_]
      ,[Sell-to Customer No_]
      ,[Shortcut Dimension 1 Code]
      ,[Shortcut Dimension 2 Code]
      ,[Salesperson Code]
      ,[Status]
      ,[Responsibility Center]
      ,[Quote Status]
      ,[Job No_]
      ,[Job Description]
      ,[Job Line Task No_]
      ,[Schedule Code]
      ,[Progress Code]
      ,[Job Task No_]
  FROM [NAV].[dbo].[XXX$Sales Header]

 

 

2 REPLIES 2
amitchandak
Super User
Super User

Check

https://www.biinsight.com/power-bi-desktop-query-parameters-part2-dynamic-data-masking-and-query-par...

https://channel9.msdn.com/Blogs/MVP-Azure/Pass-parameter-to-SQL-Queries-statement-using-Power-BI

 

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks. My Recent Blog -
Winner-Topper-on-Map-How-to-Color-States-on-a-Map-with-Winners , HR-Analytics-Active-Employee-Hire-and-Termination-trend
Power-BI-Working-with-Non-Standard-Time-Periods And Comparing-Data-Across-Date-Ranges

Connect on Linkedin

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Thank you for your answer, this is not what I am looing for, with your solution I need to switch between each parameter manually.

What I am looking for is more like a loop into company names listed in param list to refresh the data

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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