Forum Discussion
akosiRandy
3 years agoFrequent Visitor
How can I call a stored procedure in SQL Statement
In Ssrs, we can call a stored procedure with dynamic parameters, EXEC usp_Client_Day @Start, @End, @MainCLient, @Client, 'CS,COS','NPG' Quetion? How do you call a stored procedure with dyna...
- 3 years ago
Thanks. I guess by default i should just create the data range parameter within sql statement and create the other parameters in powerbi visual.
Idrissshatila
Super User
3 years agoHello akosiRandy ,
Power bi doesn't support stored procedures, you must create it as a view and then connect to it through Power BI.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
akosiRandy
3 years agoFrequent Visitor
Thanks. I guess by default i should just create the data range parameter within sql statement and create the other parameters in powerbi visual.