Forum Discussion
MP-iCONN
4 years agoResolver I
Pass date range in SQL Statement - Power Query
We are migrating away from a system called Chartio that allowed us to pass parameters (filtered date ranges) through to our SQL Statements. Chartio SQL Statement: The above Last_30_Da...
MP-iCONN
4 years agoResolver I
But can you use some sort of filter that the user can enter in the report (like a slicer type, date range)?
This way the user can select instead of the 30 day default range I put in the query a different date range.
Thank you.
smpa01
4 years agoCommunity Champion
MP-iCONN you can create an excel in a sharepoint location for the user to provide the input for the filter and query that sharepoint excel in your report for that value to filter the sql query.
Else you can get all the data from the server and create a dax slicer and letvthe input from the slicer to slice the table.