March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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
-------------------------------------------
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
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
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.
Best regards,
Yuliana Gu
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |