Hi,
I have a fact table that has columns for [Date], [Project] and [Amount]. For every row you can see how much money (amount) is spend on a specific date on a project.
There's also a calendar table that shows for every date what week it is (YYYY-WW) and what day of the week etc.
We have a pivot table that displays for every week how much is spend on a project in that week (by just dragging project to the columns and YYYY-WW to the rows).
But now the requirement is to show for each week how much is spend in total up to that week on a project. I can't use year-to-date things (I assume) because the start of the calender year is not relevant. Projects started in 2012 and may be open for more than a year.
Hope this makes sense.
Any ideas?
thanks
I have a fact table that has columns for [Date], [Project] and [Amount]. For every row you can see how much money (amount) is spend on a specific date on a project.
There's also a calendar table that shows for every date what week it is (YYYY-WW) and what day of the week etc.
We have a pivot table that displays for every week how much is spend on a project in that week (by just dragging project to the columns and YYYY-WW to the rows).
But now the requirement is to show for each week how much is spend in total up to that week on a project. I can't use year-to-date things (I assume) because the start of the calender year is not relevant. Projects started in 2012 and may be open for more than a year.
Hope this makes sense.
Any ideas?
thanks