Sagittariu5
New member
- Joined
- Sep 22, 2020
- Messages
- 11
- Reaction score
- 0
- Points
- 0
- Excel Version(s)
- 2016
Hello,
Im trying to create a Quarter over Quarter measure, but been unsuccessful in my attempts.
Please note the Period table doesn't have any dates, since the Calendar is a combination of a Ravinia and Julia Calendar.
PrevQtr = CALCULATE(SUM([BONUS]),FILTER(Period,Period[Quarter]<=EARLIER(Period[Quarter])))
QoQ = =DIVIDE(SUM([BONUS]), [PrevQtr]) - 1
Period Table
Background, the Calendar is a combination of a Ravinia and Julia Calendar starting from 12/10/2018, which has custom Month (4 Weeks), Quarters (13/14 weeks) and Year (52 Weeks) until 2020/1/1 where the Julian Calendar would be being.
Im trying to create a Quarter over Quarter measure, but been unsuccessful in my attempts.
Please note the Period table doesn't have any dates, since the Calendar is a combination of a Ravinia and Julia Calendar.
PrevQtr = CALCULATE(SUM([BONUS]),FILTER(Period,Period[Quarter]<=EARLIER(Period[Quarter])))
QoQ = =DIVIDE(SUM([BONUS]), [PrevQtr]) - 1
Period Table
Quarter | Year |
---|---|
Qtr 1 | 2019 |
Qtr 2 | 2019 |
Qtr 3 | 2019 |
Qtr 4 | 2019 |
Qtr 1 | 2020 |
Qtr 2 | 2020 |
Qtr 3 | 2020 |
Qtr 4 | 2020 |
Qtr 1 | 2021 |
Background, the Calendar is a combination of a Ravinia and Julia Calendar starting from 12/10/2018, which has custom Month (4 Weeks), Quarters (13/14 weeks) and Year (52 Weeks) until 2020/1/1 where the Julian Calendar would be being.