Stored proc activity with no params using Library variable connection to Azure SQL DB should't fail
We’ve identified a reproducible issue in Fabric Data Pipelines:
✅ Stored Procedure activity succeeds when using a library variable connection to Azure SQL Database and passing a parameter.
❌ The same activity fails with error 2812 (“Could not find stored procedure”) when no parameters are passed.
This suggests Fabric uses different execution paths depending on whether parameters are present — and the no-parameter path doesn’t resolve the stored procedure correctly.
Workaround:
Add a dummy parameter to the stored procedure, e.g.:
@forceContext NVARCHAR(255) = NULL
This forces Fabric to use the more reliable execution path.
Ask:
Please make Stored Procedure activity behave consistently regardless of whether parameters are passed — especially when using library variable connections. This would eliminate confusion and reduce brittle workarounds.
Recent ideas
Slicer option to show no data when no value is selected
Hello Power BI Team, Description: Currently, when the "Select All" option is enabled in a slicer, selecting it displays all related values as expected. However, when "Select All" is de-selected and...7407542 hours agoNew MemberNew2Views0likes0CommentsParameterize Dataflow Gen2 data source connection
Allow the Dataflow Gen2 data source connection GUID to be parameterized and stored in a Variable Library. This would allow the same Dataflow to use different connections depending on the workspace/e...frithjof_v3 hours agoCommunity ChampionNew10Views1like0CommentsAutomatically match PowerBI chart background color to Powerpoint slide background color
Export PowerBI to PowerPoint slide - Can we define the PowerBI export background color to automatically match the PowerPoint slide background color ? By Default, the PowerBI background color is Whi...jim_chan8 hours agoNew MemberNew7Views0likes0CommentsNew Card Visual - Alignment of Reference Label Values
The latest Power BI Desktop version I'm allowed to use at work currently is Version 2.154.1260.0 (May 2026), so if this request has already been implemented in later versions, please disregard. Othe...nk685f9 hours agoAdvocate INew9Views0likes0Comments