I’m looking for a better way of dynamically updating a chart that I have in a dashboard. I need to display the meetings per year as in the screenshot below when selecting the year from the table view in the dashboard.
I currently have multiple dashboards, charts and slices setup one per year. Whilst it gets the job done its very clunky.
Thank you. So I’m currently trying to write the expression for the row filter condition of a slice which will then display the correct filtered rows for the chart.
I’ve now got a text column [Year enum] with suggested values of the years column so the user can choose from a drop down.
I need to be able to compare the value of this drop down to the value of all rows that contain the same value for the [year] column.