• You can set your axis value to show a certain timeframe before your start date. Set the minimum value to

    DATEADD(DateInterval.Month, -1, Parameters!StartDate.Value)

    or however far back you need to go. That should work. 🙂 Let me know how it goes.