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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
VIKPOWERBI
Frequent Visitor

How to pass slicer values to a stored procedure?

The tables are massive, I just cannot bring all of it and filter after.

 

How can I pass slicer values to stored procedure and based on user selection it executes?

 

I am using ODBC

4 REPLIES 4
amitchandak
Super User
Super User

@VIKPOWERBI , There is a method, But mostly for SQL server. check if that can work for ODBC

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

That works on ODBC but it is not what I need.

 

I need the data to change based on user input. So for example if he choose to change slicer ID:14 it will load the query to show all rows with ID:14. I want to pass the slicer value to the stored procedure.

Anonymous
Not applicable

Hi @VIKPOWERBI,

You can refer the content in the following links to get it:

How to update M query parameters based on filters and slicers

Use Slicers for Query Parameters in PowerBI

Best Regards

Hello,

 

I have researched a lot on this issue and it seems there is no way to do what I need to do.

 

I tried M query parameters before but they don't support ODBC.

The 2nd link looked interesting hack but at the end It seems I can only use it on power BI desktop.

 

VIKPOWERBI_0-1621833138792.png

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors