Forum Discussion
eferreira
10 years agoNew Member
Use SQL Store Procedure in Power BI
I have created a basic stored procedure without parameters in SQL Server, when I use the store procedure in Power Bi Desktop the return is ok in design but when I click on Save and Close in datasourc...
Baskarved
10 years agoRegular Visitor
Small query over here,If we need to pass parameters to the procedure then how can we use this here?Could you share the syntax so that it would be helpful for beginners.
Thanks.
space83
5 years agoHelper IV
you can use below syntax:
EXEC IP_sel_OrderIntakeRS 'Mazlan','2020-11-04','2020-11-04'