Highlight/Zoom in on last 30 days of a line chart

Hi All,

I've got a line chart that shows drama school sales for the current fiscal and is getting to be quite long and not very useful for seeing sales trends.  I would like to change it so that it just shows the last 30 days of sales trends.  However, if I filter on orders in the last 30 days it doesn't show the proper total.

This is the full chart

This is the chart with a last 30 days of orders filter

Other ideas for how I can make this more visually useful?  We will continue to add more seasons as time goes on for Winter and Spring classes, so it's only going to get harder to read.

Parents
  • Hi Kanani,

    The zoom feature, which does reset when the dashboard is reloaded, only appears with the widget is not big enough to show the full result set without some kind of compression in the axis labels. In other words, if the widget seems big enough to display everything, it doesn't offer the slider/zoom control.

    I recommend going ahead with the filter on Last 30 Days, and to use that in combination with a formula that overrides the Last 30 Days and gets the total from prior to that period, and then adds that to every value from the RSUM() result.

    RSUM( [Total Ticket Paid Amount] ) + ( [Total Ticket Paid Amount] , [Performance Date Last 360 Days, offset 30] )

  • Is there any way to get around days within the 30 day period with no sales? Those cases, I'm seeing just the last 360 days total, no RSUM added.

    Editing to add: I'm doing this in a pivot table and adding RSUMs of two different price types together in a column. On days where there are no sales in price type 1, the cell only shows the RSUM for price type 2.  

Reply
  • Is there any way to get around days within the 30 day period with no sales? Those cases, I'm seeing just the last 360 days total, no RSUM added.

    Editing to add: I'm doing this in a pivot table and adding RSUMs of two different price types together in a column. On days where there are no sales in price type 1, the cell only shows the RSUM for price type 2.  

Children
No Data