Forum Discussion
Passing Timeline Slicer values to SQL Query as parameters
My data connectivity mode is "Import"....
I know how to modify the "Power Query M" , to pass a parameter....
But how do i pass the Start and end Dates in the Timeline Slicer to the Query ?
so you want to
power bi timeline slicer parameter ---> pass to power query ---> pass to sql data source correct?
if that is true, i am not sure how that would work as the refresh of an imported model happens before you adjust your slicer or am i misunderstanding your requirement?
- sqldev20179 years agoMicrosoft Employee
So basically , this is what it is -
I have a data source which has a "SQL Query"..... (I have written a SQL Query, but obviously on saving it converts to Power Query)
I want to be able to pass the Start and End Dates from the "Timeline Slicer" as parameters to this "SQL Query"......
It is the same as what is being asked here -
- vanessafvg9 years agoCommunity Champion
happy to be wrong but dont think that is possible in imported mode, in direct query that would happen automatically i would think as its only looking at live data.
maybe this post can offer more info or a work around
https://community.powerbi.com/t5/Desktop/How-do-I-pass-parameters-to-my-SQL-statement/m-p/119671
- sqldev20179 years agoMicrosoft Employee
I used this same solution , by creating a report level parameter - it does work fine.
I wanted to see if I can do the same using Timeline Slicer.