Forum Discussion
vijeth_sankethi
8 years agoFrequent Visitor
Execute stored procedure with user parameters
Hi All, I am still trying to learn the nuances of Power BI as I am from a SSRS background. I am trying to achieve the following in Power BI. The user should have an option to select a dat...
vijeth_sankethi
8 years agoFrequent Visitor
Hi Anonymous,
This is the closest to the solution I have been searching for. Thank you..
But Instead of the Drill down player, Can we use something like a Date picker / Text box which is used by the user and based on his selection, that date value would be passed to a Stored Procedure and results are shown in a table?
Apologies if the question is basic but I can't seem to get it working.
Thanks,
Vijeth
Anonymous
8 years agoNot applicable
Yep! Any selection you make on any slicer or visual will re-run the r script and execute the stored procedure. I just used the drill-down player to make it automated