elliotstan
New Member
- Joined
- Feb 5, 2011
- Messages
- 18
Hi,
I am trying to display our season totals on one graph. We call this "The Worm"
it shows the cumulative total rising for each season.
At the moment I get each year separated (pic 1) however I want them all on the same x-axis over 1 year (pic 2).
Ideally for this coming year it will have the season dates (season = 1/07/15 to 30/06/16)
In PowerPivot I was able to create a year on year date column and use that along the x-axis to get it to work.
FYI
the cumulative calculation I have to get the values is
[/IMG]
[/IMG]
Thanks in advance for any help.
I am trying to display our season totals on one graph. We call this "The Worm"
it shows the cumulative total rising for each season.
At the moment I get each year separated (pic 1) however I want them all on the same x-axis over 1 year (pic 2).
Ideally for this coming year it will have the season dates (season = 1/07/15 to 30/06/16)
In PowerPivot I was able to create a year on year date column and use that along the x-axis to get it to work.
FYI
the cumulative calculation I have to get the values is
Code:
TheWorm = CALCULATE(([Total_Values]),FILTER(ALL('Date'),
'Date'[Season]=MAX('Date'[Season])&&'Date'[Date]<=MAX('Date'[Date])))
Thanks in advance for any help.
Last edited: