Forum Discussion
Anonymous
5 years agoNot applicable
Dataset date as parameter
Hi Im trying to add a parameter for narrowing a a dataset. = Sql.Database("xxxserver.database.windows.net", "DB", [Query="Declare @DateLoadFromMonthMinus1 as Date; Declare @DateLoadFromYearM...
lbendlin
5 years agoSuper User
how are you defining the parameter value? is it coming from the result of another query, or is it static?
- Anonymous5 years agoNot applicable
I set the parameter on the dataset in the service to "@DateLoadFromYearMinus10". The scheduled refresh succeeds but its not using the expected parameter. Its seem like it using the other defined parameter from the example which is the default parameter