Hello,
How can I create a Calculated Measure to get data from the next month?
I want Next (Jan) = Measure(Feb).
I tried to use LOOKUP([Measure], [d/Date] = Next ("Month", 1)) but it gave me no result
Thank you
Request clarification before answering.
I have used below and it seems to work
LOOKUP([QUANTITY] ,[d/Date]= Next("Month", 1))
Output:
Make sure the hierarchy used in the table widget for Date dimension is the default hierarchy
Br.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.