Hi @July
I checked into it and could find a way to represent it in KPI referring Dylan’s calculation, you check this below link:
I used the below Calculation:
Lag function to get PeriodOverPeriodDifference (test-popd):
lag({calculated-field},[Timestamp ASC], 1) - {calculated-field}
Using Lag, I could get the previous month value returned, and then I subtracted it from current month value. You can refer to my test below and represent it in KPI using the similar KPI options
Hope this helps! Thanks.