Representing Differences in Sales Through Time

Former Member
Former Member $organization

Hello Everyone!

I am trying to create a visualization that represents the variance of tickets sold through the years. 

I need to report in my dashboard the sum of all tickets sold in a year, and as the second measure in the card, I want to show the variance against the prior year.

Can anyone help me? 

Thank you!

Parents
  • Hows this to get you started ....

    The trick is in the Filtered Values Formula that the philanthropy folks use allot.  My Fiscal Current Year Offset is from the Performance Date Section.
    For each [Fiscal Current Year Offset2] select a value from 0 for 2020, -1 for 2019 etc.  

    • ( [Total Ticket Paid Amount] , [Fiscal Current Year Offset1] ) - ( [Total Ticket Paid Amount] , [Fiscal Current Year Offset2] )

    I added a zazzy red if it's minus and green if it's plus colour.  I've also done it by Theatre which is a kind of cheat.

    Cheers,

     RosannaPerillo.dash

Reply
  • Hows this to get you started ....

    The trick is in the Filtered Values Formula that the philanthropy folks use allot.  My Fiscal Current Year Offset is from the Performance Date Section.
    For each [Fiscal Current Year Offset2] select a value from 0 for 2020, -1 for 2019 etc.  

    • ( [Total Ticket Paid Amount] , [Fiscal Current Year Offset1] ) - ( [Total Ticket Paid Amount] , [Fiscal Current Year Offset2] )

    I added a zazzy red if it's minus and green if it's plus colour.  I've also done it by Theatre which is a kind of cheat.

    Cheers,

     RosannaPerillo.dash

Children