• Sorry, can't fix what I can't see, but if you drop a matrix into your report with

    ROW Groups: [CustID]

    COLUMN Groups: [Year], [Quarter]

    Intersection: SUM([Amount])

    I think it will do what you want. (I attached a slightly modified example - I just renamed a few columns because they're reserved words in T-SQL.)