Contribution comparison to past years

Former Member
Former Member $organization

Hello! Is there a way to show last fiscal year's contribution total in a pivot table that is showing contributions for this fiscal year-to-date compared to last fiscal year-to-date? I'm doing the this year to last year comparison with the PASTYEAR function, but I'm not sure how to compare this year's current totals to last year's year-end totals. 

(Bonus if I can also throw in a comparison to the last 20 years' total so that I can get all my zero rows to show up in the pivot table!)

Leslie Gehring

Parents Reply
  • Madeline's formula is taking the contribution amount within a specified fiscal year, and the limiting that to contributions over 1 year ago. The 1825 to go back 5 years from 1 year ago is just to create a big enough contribution date window to let the campaign fiscal year filter handle the "how far beyond 1 year ago" for included contributions.

    Also, a formula like ( SUM ( [Amount] ) , ALL ( [Campaign] ) , ALL ( [Campaign Fiscal Year] , ALL ( [Whatever] ) , ... )

    Will return the total contribution amount for the whole cube if you have enough ALL functions and fields to override all the pivot table rows and columns fields and the widget and dashboard filters.

Children
  • Former Member
    Former Member $organization in reply to Chris Wallingford

    If I'm not filtering on campaign year at all, just contribution dates, is there a different formula I should use? I can't just use the PASTYEAR function because it doesn't work well with the dashboard contribution date filter set to 7/1/19 through most recent. It seems to only like when I give the contribution date filter an end date parameter, which I'm trying to avoid so I can have an auto-updating dashboard that always shows fiscal year to date for this FY and last FY.

    And, for another dashboard, if I want to add a value column to my pivot table for Total Contribution Amount in last 10 (or 20, or all) years, without having to set all the other date filters at the value level (so that the rest of the widget can just inherit the dashboard filters), how many ALLs do I need to include? I tried (SUM([Amount]), ALL([days in date])), but that seems to only give me the total contribution amount over all time for funds that also have a contribution that fits the other date parameters in my pivot table/dashboard date filter. I want to also see the funds that got a contribution in the past 10, 20, or all years. I've attached a .dash file that illustrates the issue I'm running into. The first widget works but requires I update a bunch of value filters each month to pull the report. The bottom widget (with working in the title) doesn't include the same number of rows as the top one but relies on updating only one dashboard date filter each month.4857.FOLG-AllFundsWidgets-LGWorking.dash

  • Do you not use campaigns to differentiate fiscal years at Folger? Is the only way you differentiate fiscal years by contribution date?

  • Former Member
    Former Member $organization in reply to Madeline Dummerth (Past Member)

    We use fiscal years for some campaigns (annual fund, membership, major grants for programs), but not for others (endowment, government grants), so to pull a complete picture of our fundraising for our fiscal year, we have to pull on contribution date. This also means that goals in Tessitura aren't super useful to us, since setting a goal for our multi-decade endowment campaign would be impossible. And we also count our fundraising efforts based on when we get the contribution not when the contribution is intended for, so if we get a theatre sponsorship gift for next season early, it goes into the next FY's campaign but we want to count the contribution now, hence the reliance on contribution dates.