Measured Value Error

I am attempting to riff on the example widget for Bucketing by Gift Size, as presented in Take Your Tessitura Analytics Skills to the Next Level and I'm getting stuck due to an error I don't fully understand.

When I go to build out the filtered value formula using Contribution Count and Amount (just like at 13:10 in the video), I'm getting an error message which I think is telling me that the same measure is used more than once. My Contribution Amount field is coming up slightly differently than in his example, which makes me wonder if something got patched or otherwise changed.

Has anyone else encountered this and found a workaround? My end goal would be to have a count of donors giving $XX and up in a given year.

Parents Reply
  • I finally figured it out. You have to first start with SUM([Amount]) as the Values part of the Bar Chart.

    You then can a the comma and right parentheses to the left of "[Amount]"

    Add the "[Contribution Count]" part of the formula.

    Finally, add the left most parentheses.

    You can then follow along with the example in the webinar.

    Note that in the webinar they changed the design of the Bar Chart to Stacked to get the final result seen.

Children