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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
azizimranz
Frequent Visitor

How to pass parameter to stored procedure depending upon the selection from a dropdown?

Hi All,

 

I am looking into a way of passing a selected element (from a drop down) to stored procedure as a parameter.

(means the stored procedure will execute on the change drop down element action).

 

How I can achieve this?

 

I am calling a stored procedure like:

let
    Source = Sql.Database("mydatabaseinstance", "AdventureWorks2012", [Query="DECLARE @SP VARCHAR(100) = 'dbo.uspGetEmployeesByJobTitle @JobTitle = ''Senior Tool Designer'''#(lf)EXEC (@SP)"])
in
    Source

from here.

 

 

-------------------------------------------

I have also gone through this behavior of  calling a stored procedure by passing parameters.

 

but I believe.... through this way, we can achive different results on the Queries side..... not on the actual Reports side because they are not runtime parameters.

(So this behavior is not suitable in what I want).

 

 

Thanks

 

4 REPLIES 4
Anonymous
Not applicable

Hello @azizimranz,

 

I am came across the  same proble, Need a parameter of SP from the  user as drop down list like as SSRS rport.

 

Unfortunatliy we  have  to laod all the data then we can apply the filter.

 

Thank You

v-yulgu-msft
Microsoft Employee
Microsoft Employee

Hi @azizimranz,

 

If you were attempting to pass selected value from slicer to stored procedure as a parameter, this is not available. It is not supported to pass slicer selection to Power Query. To dynamically change dataset loaded into desktop, we have to use query parameter as you mentioned above.

 

through this way, we can achive different results on the Queries side..... not on the actual Reports side because they are not runtime parameters.

 

Editing the parameter value, both query side and report side will be changed. 

1.PNG2.PNG

 

Best regards,
Yuliana Gu

 

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-yulgu-msft

 

Thanks for the clarification and clearly saying that 'passing a runtime parameter from the slicer is not available'.

 

I might have to change the stored procedure in a way that it would return all the data and we then filter it down as per the dropdown selection.

 

 

Thanks

Imran

Did you ever get this to work, I have the same problem.

Thanks.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.