illusionek
Board Regular
- Joined
- Jun 21, 2014
- Messages
- 104
Hi
I have a simple table example below
I am trying to get next months value i.e. for product X in 01/10/2014 I would like to get 20 which is value from 01/11/2014
Can anyone help please?
I tried Calculate(Sum(Product No),NextMonth(Date)) and few other Dax formulas like ClosingBalance etc and nothing works. I am sure I am making some silly mistake here but cannot figure this out.
Product No| Date|Qty
X|01/10/2014|10
Y|01/10/2014|15
Z|01/10/2014|11
X|01/11/2014|20
I have a simple table example below
I am trying to get next months value i.e. for product X in 01/10/2014 I would like to get 20 which is value from 01/11/2014
Can anyone help please?
I tried Calculate(Sum(Product No),NextMonth(Date)) and few other Dax formulas like ClosingBalance etc and nothing works. I am sure I am making some silly mistake here but cannot figure this out.
Product No| Date|Qty
X|01/10/2014|10
Y|01/10/2014|15
Z|01/10/2014|11
X|01/11/2014|20