Dimension displaying only current year's weeks on the chart
Hello,
I have a dataset summarising employee terminations over the last few months. On one chart I want to choose Termination number over the weeks, however I only want current year's weeks to be displayed. Is there an expression I can use in dimension to achieve this?
Week(TerminationDate) returns data for all weeks in the dataset
I've tried
=week([Termination Date])> (Year(Today()))
but it doesn't show all weeks, just retrieves one value.
I am completely new to this, so any help would be greatly appreciated.