Forum Discussion
Anonymous
6 years agoNot applicable
How to use a SQL Server Stored Proc (with no parameters) as a datasource ?
Ran into an issue while trying to use a SQL Server Stored Procedure as a data-source in Power BI desktop. I get the error "Microsoft SQL: Incorrect syntax near the keyword 'EXEC'.". Kind of ironic th...
- 6 years ago
In SQL can you create a view that calls the stored proc then hit the view from Power BI?
gluizqueiroz
Resolver I
6 years agoCould you try "Import" type and use "EXEC procedure" instead "EXECUTE procedure"?
(I use Power BI in Portuguese)
Return:
jdbuchanan71
Super User
6 years agogluizqueiroz is correct, it only works with import mode, not direct query.