Hello everyone,
I was wondering if there is a way to calculate a time variance that is dynamically created for each time period.
February Value = Original Feb Value - Original Jan Value
March Value = Original March Value - Original Feb Value
I could only find the Lookup function, this however, allows me only to choose a specific month and not iterate it over each month.
Some help or advises from your side would be highly appreciated.
Best regards
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hi jonasvorwerg,
You can achieve this with cross calculation.
1. You can default measure: A = current month value
2. Create a cross calculation: B with restricte measure by navigation previous period
3. Create a cross calculation C( display value) = A - B.
Best regards, William
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi William,
thanks for your response. Would that not only create a key measure for September 21 - August 21 but not for each month in the past?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you time granularity is on day, then you first need a MTD, then a MTD of previosu period ,and then MTD - MTD Previous.
| User | Count |
|---|---|
| 10 | |
| 5 | |
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.