Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello everyone,
I am nearly finished with my example project but having difficulties setting parameters.
What I have:
What I dont have:
It seems like an arbitrary simple feature, am I just not looking at the right place?
Solved! Go to Solution.
HI @WiliAdele,
>>Direct Query to Stored Procedure with parameters
AFAIK, Power bi direct query model not support to invoke stored procedure with query parameters, you need to use import mode to instead.
>>A way to set the parameters inside the webpage
Current power bi service support to modify query parameters on service, maybe you can try to use rest api to update these parameters.
Power BI Embedded Query Parameters API
>>Something like SSRS:
You can consider to use power bi premium em, it allow you to use embedded feature and share to users without pro licenses, it also give you licenses to use power bi report server.(similar as SSRS)
Reference link:
Power BI Premium - what is it?
Gain dedicated capacity you allocate, scale, and control
Distribute and embed content without purchasing per-user licenses
Publish reports on-premises with Power BI Report Server
Unlock more capacity and higher limits for your Pro users
Regards,
Xiaoxin Sheng
HI @WiliAdele,
>>Direct Query to Stored Procedure with parameters
AFAIK, Power bi direct query model not support to invoke stored procedure with query parameters, you need to use import mode to instead.
>>A way to set the parameters inside the webpage
Current power bi service support to modify query parameters on service, maybe you can try to use rest api to update these parameters.
Power BI Embedded Query Parameters API
>>Something like SSRS:
You can consider to use power bi premium em, it allow you to use embedded feature and share to users without pro licenses, it also give you licenses to use power bi report server.(similar as SSRS)
Reference link:
Power BI Premium - what is it?
Gain dedicated capacity you allocate, scale, and control
Distribute and embed content without purchasing per-user licenses
Publish reports on-premises with Power BI Report Server
Unlock more capacity and higher limits for your Pro users
Regards,
Xiaoxin Sheng