I'm using Report Builder 3.0 with a report model as my datasource.
I have a report with the following parameters:
@StartDate
@EndDate
My dataset is filtered as follows:
Expression: [Created_Date]
Operator: [Between]
Value: [@StartDate] [@EndDate]
Now is it possible to use the same parameters and filter 2 other date fields? [Due Date] & [Completion Date]. Basically, I want a monthly report that shows data with [Created Date], [Due Date], OR [Completion Date] between @StartDate and @EndDate
Or, do I have to create 3 separate reports?
Any help is much appreciated.