You can accomplish this with Conditional styling(aka Traffic Lights).
After you build your query, click on the field inside your Measure(Sum bucket).
On the Top ribbon, inside Display grouping click on Traffic Lights button.
Inside Traffic lights dialog, click on the dropdown arrow and choose your "Year" field.
Equal to-->and select the Year you want your condition to be met.
Click on Color button and choose the color you want.
Repeat for another year if necessary.
In your code this will look something like this:
DEFMACRO=Condition_1, MACTYPE=RULE, WHEN=N2 EQ 2014, $
TYPE=DATA, COLUMN=N3, MACRO=Condition_1, COLOR=RGB(255 0 0), $
Hope this helps.
Thanks.
Nick.