on 2024 Feb 08 6:32 PM
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 |
---|---|
68 | |
33 | |
8 | |
8 | |
7 | |
7 | |
7 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.