Hi
I have a measure Amount and date hierarchy. I have either blank value for a given month or a valid value.
What a user wants to see when they filter 5 months date and drags on columns is,
Fact Data
Month Amount
09-01-2012 -10
08-01-2012 100
07-01-2012 45
06-01-2012 50
05-01-2012 -5
04-01-2012 16
03-01-2012 25
End Result should be
Sep Aug July June May
-10 100 45 50 ( -5 + 16 + 25...)
Please let me know thanks.