Forum Discussion
dynamic parameters
scenario: I have the sales table in the database and have prepared the 12 month report(dynamic) and suppose after 2 years(2021) the users need to check 2019 data....
I want to allow the users to select a specific date from a slicer and pass that date to my database/Stored procedure and refresh the reportfor the selection made.
I cannot load all the data first and then allow user to select the date since the sales tables are extremely huge and would impact performance. Is there any way to dynamically pass the values to the Stored procedure/Databsae as a parameter(at run time)?
2 Replies
- parry2k
Super User
sarjensystems1 you cannot pass slicer value to the underline query but you can use Parameter in edit query for use to select a Year and you can use that parameter value to pass to stored procedure.
- v-juanli-msft
Community Support
Please refer to the following:
Execute SQL Server Stored Procedure With User Parameter In Power BI
Best Regards
MaggieCommunity Support Team _ Maggie Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.