I have a matrix where i am showing the total revenue and qty sold from year to year for past 5 years. I am displaying the percentage change from the previous year . I have two issues:
i want the current year to show the percentage change YTD, while all the previous years will show the full year percentage changes. If we can’t do this, then i am happy with the current year percentage change being blank also.
the first year, since there isn’t revenue the year before, then the matrix is showing ‘infinity’. I would like this to be blank.
NOTE: the reason I used TODAY() instead of MAXX like your example is we have some orders that have been booked early for Nov and Dec, so it was pulling the entire year in when I only want the inspections up to today (Oct 30, 2018) and compare to Oct 30, 2017.
However, I want to show the total for 2018 (786) vs total for 2017 (688) up to current date. But when I try to show the sums for the ytd, I get the totals from the entire year in 2017 (784). I need it to read for Insp YTD SameLY = 688.
I feel like I am close.
To clarify, my ultimate goal for this matrix is to show the growth rate through the current date of 2018, while the past years will be the growth rate for the entire year. Because in 2018, the growth rate for inspections is 14% (through 10/30/2017 = 688 inspections vs through 10/30/2018 = 786 inspections).