Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
107 | |
101 | |
99 | |
38 | |
37 |
User | Count |
---|---|
157 | |
121 | |
73 | |
73 | |
63 |