I’m hoping that I’m missing something obvious here…
I have a line chart which shows data over time. The line chart x axis is a time axis, and is filtered by a time range filter. I need to show the previous year data in this chart as well, for PoP comparison purposes.
I have data going back to 2018, but the chart time axis is filtered to previous 12 months. So the chart is showing Aug 2020 - Aug 2021. I need to have a new measure on top of this showing 2019 - 2020.
Adding a period over period comparison works well, but the problem is that the data is getting filtered out. So Aug 2020 shows for previous year, but all the rest of it doesn’t show because of the filter.
I also need to get the 2020 data to show up in the corresponding month for the 2021 data - so two lines on top of each other.