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.
Dear Team,
i am able to run defult parameter to sql server store procedure. i facing issue in if i bind a parameter value to slicer value. the store procedure query not working.
[fg= my input paramter]
let
data=Text.Combine({"'",fg,"'"}),
Source = Sql.Database("192.168.1.183","kumaravel",[Query="exec CHECK_WO "&fg&""])
in
Source
i need your help team.
it is possible?
Solved! Go to Solution.
You need to do more than that. Your bound parameter can be a single value or a list and you need to construct your custom query accordingly.
Similar to this Chris Webb's BI Blog: Handling Multi-select In Power BI Dynamic M Parameters (crossjoin.co.uk)
You need to do more than that. Your bound parameter can be a single value or a list and you need to construct your custom query accordingly.
Similar to this Chris Webb's BI Blog: Handling Multi-select In Power BI Dynamic M Parameters (crossjoin.co.uk)
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |