Forum Discussion
Anonymous
6 years agoNot applicable
Passing parameter from Stored proc
Hi, I am trying to pass parameters from stored proc to the PBI report. = Sql.Database("ServerName", "DBname", [Query= "EXEC usp_Contact_time_Report '2018-19' , 1 "]) My parameter name is year a...
- 6 years ago
Hi Anonymous
Read this article.
https://reevessmith.wordpress.com/2014/08/19/power-query-and-stored-procedures-with-parameters/
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.
Mariusz
6 years agoCommunity Champion
Hi Anonymous
Read this article.
https://reevessmith.wordpress.com/2014/08/19/power-query-and-stored-procedures-with-parameters/
Best Regards,
Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

Mariusz
If this post helps, then please consider Accepting it as the solution.
Please feel free to connect with me.

- Anonymous6 years agoNot applicable
Hi ,
I already tried "&Number.To Text(year)
but got error as it cannot convert this "2018-19" to number.