There's an interesting blog/video that shows how to use a combination of Parameters and Calculations to create "Dynamic Filters". Such as having a User be able to select that they wish to view the data by Month or by Week and, functionally, it works.
My only frustration with the result is the format of the Date applied to the X-Axis. When Month or Day are selected, the format is reasonable. But when Week is selected, as in the clipping above, it defaults to showing the 1st date in the week rather than 'Week xx'.
Is there a way to use parameters to control the formatting applied based on the value selected? or another way to make the formatting as dynamic as the filter is trying to make the visual?