I have a query that gets me data for the past three January’s. I am outputting a stacked bar vertical chart that comes out perfectly…. except I am stuck on the labeling of the X-Axis. If I use a date for the X axis value, then my x axis outputs a bunch of months between the three January’s. If I use a label for the Y axis, it comes out looking great (January 2018, January 2019, January 2020), exactly as I want it, but the order of the three months is reversed. I need it to show January 2020 first and January 2018 last.
Any help would greatly be appreciated.