cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
Microsoft

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors