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
angeleyes_7181
Regular Visitor

Invoking Function from SQL Stored Procedure

Hi I am struggling with a query where I am passing some10 parameters in to a SQL Stored Procedure and trying to invoke the function to bring back result set. I created parameters and binded them to individual fields on Desktop from which the passed through into SQL Stored Procedure. 

 

Whenever I try and invoke the result set is being created as a new table but I want only one query to get me the result set from stored procedure. Also I need help with figuring out how to get a button to execute the invoke function with the selections made on Desktop slicers.

 

Appreciate your help and thanks in advance

2 REPLIES 2
amitchandak
Super User
Super User

@angeleyes_7181 , I think you can do for SQL server, check

https://www.c-sharpcorner.com/article/execute-sql-server-stored-procedure-with-user-parameter-in-pow...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak  Thanks for your reply. I have already done what you suggested in the link. Everything works fine till that point where I invoke the query and get a result set.

 

The next part I have done is to bind these parameters with individual fields so that the input is taken from these fields. I also have a parameter where its free text - basically the parameter should take input from a text box and pass it through stored procedure. Also when users make changes to selections then these should pass through sql sp and get me the result set. This is where I am stuck. Hope that's clear

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.