I'm have the following rows displayed in the tablix data , which shows data for every week saturday for last 4 weeks . I don't want to modify the SQL that is used to display data here, rather use the SSRS chart to filter out the rows .
Date Count
3/5 2
10/5 4
17/5 7
24/5 9
31/5 10
As on today the date is 30/5 and thus it also displays 31/5 as returned from SQL . I need to filter out this weeks data , if it is not past satruday as such 31/5 should be filtered out .