How can you make percent difference calculations roll up in pivot tables? Currently the highest levels in a pivot table hierarchy the percent difference total is null. This is because of the calculation being:
percentDifference({calculation1}, [{Date} DESC], 1, [{Group By 1},{Group By 2}])
The problem is how can I show the total in the group by 1 too?
I used a copy of your calculation to test this and was able to get the pivot table to show the percent difference at both levels. Are you able to share anymore about the data that you used or more about how you set up your pivot table?
@duncan
I believe the issue is “calculation1” is a distinct count vs a sum. When I have a calculation that is a sum it appears to work. Is there a way to roll up the value with a distinct count?