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
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
Employee
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
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.