We have a Power Pivot report that displays some financial information given a current date range. While I can write some SQL or DAX to limit the entire dataset to that date range, I'd rather the workbook contain a large window of transactions -- but default a slicer to the current date.
Is it possible to dynamically set a slicer's value in PowerPivot? Maybe by passing parameters? I'd rather not use Visual Basic, as we'd like this to run in Excel Web Services.