Forum Discussion

SunilKumarN's avatar
SunilKumarN
Regular Visitor
3 years ago

Passing Slicer value as SQL stored procedure parameter.

I have a set of stored procedures specifically designed for SSRS reports, and now I would like to utilize these same stored procedures for PowerBI. Is it possible to pass the slicer filter values and dropdown filter values as parameters to my SQL stored procedures? My goal is to achieve dynamic output, where the chart updates in real-time as I move the slider and modify the dropdown selection.