Forum Discussion

jim_hubbardUIHS's avatar
jim_hubbardUIHS
Frequent Visitor
1 year ago

Help with Parameter

Hello, 

 

I am trying to pass a query parameter to a store procedure and I can get it to work in Power Query but I am trying to let the user select the parameter (A Fixed Date - End of QTR) 

 

Here is the call to the SP:

let
Source = Sql.Database("uih-sql1", "uihs_datawarehouse"),
Test = Value.NativeQuery(
Source,
"Power_BI_Get_NIRS_QTR @FiscalQTREnd",
[FiscalQtrEnd= NIRS_QTR ])
in
Test

 

I create a slicer to let the user select the date buth the data never updates...

 

I set the binding to the parmeter but the data never refreshes. 

 

 Thanks for any help... I'm missing something....

jim

3 Replies