Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

Reply
DeepaS
Regular Visitor

Dynamic Stored Procedure Call based on user input parameters

I want to be able to execute a stored procedure based on the input parameters selected by end user

  1.  DirectQuery Mode : I'm able to use dynamic M query parameters for SQL queries using   -  https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-dynamic-m-query-parameters
  2.  Import Mode : Also, I'm able to execute a stored Procedure  but cannot pass end user input parameters here

 

If we have to create a table , it is going to generate several million rows. Hence, we want to dynamically get user input and fetch only a subset of this. Please suggest.

 

Thanks for your help in advance! 

1 ACCEPTED SOLUTION
Daryl-Lynch-Bzy
Community Champion
Community Champion
4 REPLIES 4
ChadS
New Member

Is this solution still viable?  I've followed the steps, and I can get a DirectQuery to a stored procedure that takes no parameters.  As soon as I switch to a parameterized sproc (same functionality, just includes the param in the select along with the rest of the data), the preview shows appropriate data, but a warning indicates I must change all my sources to Import mode.

DeepaS
Regular Visitor

@Daryl-Lynch-Bzy 

 

We are having function1 to feed data for Page1 and function2 to feed data for Page2. When we drill through from Page1 to Page2, the transient filters are displaying correct values but the data is not filtered in Page2 based on Page1 filters ( transient filters). Please suggest.

 

Thanks,
Deepa

DeepaS
Regular Visitor

Hello Daryl,

Thank you very much for your response. The Function worked for us. Appreciate your time 🙂

We used this site as suggested by you.

Chris Webb's BI Blog: TSQL Table-Valued Functions And Dynamic M Parameters In Power BI DirectQuery C...

 

Daryl-Lynch-Bzy
Community Champion
Community Champion

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.