Hello,
I have a table with this structure.

As an output, I would like to be able to calculate the difference in the number of applications per year.
Knowing that 2021 is my reference year.
By owner I would like to obtain the application delta between 2021 and 2022, between 2021 and 2023. And so on for the years to come.

I have tried a lot of things using dictionaries but without any convincing results.
Can someone help me?