The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
we have stored procedures created for our mobile and paginated report and we would like to use them with PowerBI. The procedures often have temp tables and parameters. I've enabled opequery on our database, however I'm getting an error as show below. How can be stored procedure used to get data in PowerBI? Any help would be appreciated.
Details: "Microsoft SQL: The metadata could not be determined because statement 'SELECT ROW_NUMBER () OVER (PARTITION BY a.MonthBack ORDER BY sum(a.ApprovedLoanAmount) DESC)
AS' in procedure 'MR0001_MosRanking' uses a temp table."
I believe typically you use the EXEC SQL statement in the Advanced portion of the connection to SQL Server.