I'm developing a report which shows a count by day and by hour along with a daily total and a weekly total after every Sunday. The attachment shows an example of what the result should look like.
Using a pivot in SQL I have my raw data broken down by day and hour which goes straightforwardly into a table in SSRS with a grouping on date. With this I can easily obtain my daily totals.
However I can't fathom how to get a sum of the daily totals for each week. Any pointers would be gratefully received.
Start Free Trial