Hi Korhan,
Try creating a formula in the report with this code:
If {Date_Field} <= cdate(Year({Date_Field}), Month(Maximum({Date_Field})), Day(Maximum({Date_Field}))) then
{measure_field}
Add this field as the 'Field To Summarize' of the Crosstab.
-Abhilash