Hi there,
I have a SharePoint list of data which is set up in the following way.

What I want to be able to do is chart a bar chart with the months of the year along the bottom Jan-Dec and then the value. TheChart would be able to be filtered by two drop-down menus - one for Event and the Other from Financial Year.
I am trying the following but am struggling as to how to get the months of the year along to the bottom of the chart.
Filter('2020 - Historical Data - Master' , Event = Historic_Data_MONTH__2_DD.Selected.Value && 'Financial Year' = Historic_Data_MONTH_DD.Selected.Value)
The Dropdown that controls the Event has the following in.
["VALUATION", "TAKE ON", "SSTC", "EXCHANGE", "VIEWINGS"]
and the Dropdown that controls the year as the following in.
["VALUATION", "TAKE ON", "SSTC", "EXCHANGE", "VIEWINGS"]
Any help would be gratefully received.