RichardRayJH
New Member
- Joined
- Jan 18, 2013
- Messages
- 24
Given
1) a Calendar table with continuous dates in a column [DateDate]
2) an interface that allows the user to select a [StartDate] and an [EndDate]
3) the [StartDate] and [EndDate] might not be in the same year
4) a measure of some sort, say [Net Revenue], that calculates just fine for each date
I want a DAX formula that gives me a running total of [Net Revenue] starting on [StartDate] through [EndDate].
Date Net Amount Running Total
------------ ------------ ---------------
12/29/2012 5000 5000
12/30/2012 6000 11000
12/31/2012 2500 13500
01/01/2013 1000 14500
01/02/2013 2000 16500
My usual ploy of just finding someone who's already done it and posted it in a blog or a book hasn't worked and I'm stumped with my own newbie skills, HELP.
1) a Calendar table with continuous dates in a column [DateDate]
2) an interface that allows the user to select a [StartDate] and an [EndDate]
3) the [StartDate] and [EndDate] might not be in the same year
4) a measure of some sort, say [Net Revenue], that calculates just fine for each date
I want a DAX formula that gives me a running total of [Net Revenue] starting on [StartDate] through [EndDate].
Date Net Amount Running Total
------------ ------------ ---------------
12/29/2012 5000 5000
12/30/2012 6000 11000
12/31/2012 2500 13500
01/01/2013 1000 14500
01/02/2013 2000 16500
My usual ploy of just finding someone who's already done it and posted it in a blog or a book hasn't worked and I'm stumped with my own newbie skills, HELP.