Forum Discussion
Anonymous
6 years agoNot applicable
Parameter not updating
I created a paramters startdate, enddate and intervention added query1 let
SQLSource = (StartDate as date, EndDate as date, ParmIntervention as text) =>
let
...
lbendlin
6 years agoSuper User
It's not a bad option but it's not the only one. There are many ways to do this in Power Query. You could use text parameters, or reference tables from other sources etc.
Anonymous
6 years agoNot applicable
I tried converting the Stored Procedure to view and its very difficult.
The stored procedure is very complex, with parameter present in where clause as well as joining the table.
If I start constructing the SP in powerbi it's going to be very hard.