Forum Discussion
SJi
8 years agoFrequent Visitor
How to use stored procedure to get data?
Hello, we have stored procedures made for our mobile and paginated reports and we would like to use them with PowerBI. The procedures often have temp tables and parameters. I've enabled opeque...
SJi
8 years agoFrequent Visitor
I've found there're basicaly 3 ways how to utilise stored procedure in Power BI:
- Using and executing variable
- Openquery
- Table-Valued Function
It seems, the most straightforward way is to execute variable which stores stored procedure call, however I'm having some troubles in doing so.
- v-yulgu-msft8 years ago
Microsoft Employee