YTD showing correct amount as chart, but not as pivot

Hello all,

This one is challenging me. I have created a campaign dashboard where I have all gifts YTD for this year and the two years previous. When I view this data as a bar chart, it is correct, and counts all of the gits. When I view it as a pivot, several of the gifts are missing. 

Correct number: 

Incorrect number:

I also noticed that If I remove the constituent IDs, I received the correct value for 22-23, but then 23-24 disappears. 

My Values formula is 


case
when [Total Campaign Fiscal Current Year Offset] = 0 then sum([Amount])
when [Total Campaign Fiscal Current Year Offset] = -1 then (sum([Amount]), [Days in Date])
when [Total Campaign Fiscal Current Year Offset] = -2 then (sum([Amount]),[Days in Date1])
end

and the date has a custom filter:

For campaign fiscal year offset -1, it is:

{
"last": {
"count": 9999,
"offset": 365
},
"custom": true
}

For campaign fiscal year offset -2, it is:

{
"last": {
"count": 9999,
"offset": 730
},
"custom": true
}

Finally, here is the dashboard:

GalaTracking1.dash

I appreciate your guidance.