Is it possible to call sql server stored procedures from Azure Embedded power bi to generate reports? Then we will integrate it with azure webapplication.
Thank you.
Is it possible to call sql server stored procedures from Azure Embedded power bi to generate reports? Then we will integrate it with azure webapplication.
Thank you.
Yes. But Stored Procedures are only supported in Import models, or in Paginated Reports. Table-valued functions can be used in DirectQuery models.