Hi experts,
I'm trying to create a toggle that allows users to view Month to Date or Year to Date data.
Current state is a bar graph with years represented by different bars - 2025, 2024, and 2023. Each of these is a dedicated column in the dataset so it's just a SUM(2025), SUM(2024), and SUM(2023) for each series.
The x-axis is then the MONTH(`Date`)
Because of this quirky set up, the date filters that are native to a dashboard don't work since the months are still on the X axis:
I tried the solution in the linked thread but that didn't get me where I need to go either.
Any ideas for a solution?