Beginners question. I'm looking for the possibility to show only the 2 latest years from a data set in a graph. I've tried using the 'enable conditional' option on the dimensions tab, however have not managed to write the appropriate condition.
My first attempt looked similar to if(YEAR=2014, YEAR, 0) So if the year is 2014, show year else show nothing.
I hope to be pointed to some reading material/examples!