I have a table that contains four columns months (Format: mmm-yy), staffs, sales, expenses. I want to create three bar graphs for staff, sales, and expenses with the month in the axis for each bar graph. I want to create a month filter so that if I select a particular month data of that month and previous two months should be shown in the graph.
When I select Aug 17 in the filter than data of only Jun-17, July-17 and Aug-17 should be shown in the bar graph

