Forum Discussion
Anonymous
6 years agoNot applicable
Parameter not updating
I created a paramters startdate, enddate and intervention added query1 let
SQLSource = (StartDate as date, EndDate as date, ParmIntervention as text) =>
let
...
mahoneypat
6 years agoMicrosoft Employee
The parameters are just placeholders that you populate at run time (when you execute the query). What are you trying to accomplish?
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
Anonymous
6 years agoNot applicable
I am trying to populate data at report visualization level. Since the query is complicated and its a stored procedure. Trying to see if i can pass the parameters dynamically