How to add a calculated field/column to a pivot table?
I have a pivot table with a dimension as the columns and the measures as the rows. I want to add a "difference" column that subtracts the "1st" column from the "2nd" column. The references can't be hard coded because the dimensional values change. For example, in the screenshot, it currently shows 2020 and 2021. Next year it will be 2021 and 2022. So, I'm looking to add a column that says "Column 2 minus Column 1"