Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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