Instead of using a from and to field to specify a date range, the client would like a single dropdown to identify the timeframe. Sample values for this dropdown include: this week, last week, this month, and last month. What would be the way to do this? TSQL reports aren't an option, as it is an online instance.
In SSRS, I tried to create a parameter that feeds into the operator attribute within the FetchXML code, but the report errors out, stating that it doesn't accepting parameters as an operator.