stored
1 Topicparameter to a stored parameters
Dear All, i would like to use a sql stored procedure as a source for a table in a power bi reports. Something like this: DECLARE RC int DECLARE @LastName nvarchar(50) SET @LastName = 'Pluto' EXECUTE RC = [HumanResources].[uspGetEmployeesTest2] @LastNam This store have an input parameter that i would like to manage as a filter (slicer) in the power BI reports. How i can manage this issue? Thanks1.4KViews0likes2Comments