Hi @Anonymous ,
I made a sample for you:
Create a list with two years of data.

Add a line chart, set Items to the following function and select Series.
AddColumns(Filter(List26,Year="2021") As Temp ,"Y2022",LookUp(Filter(List26,Year="2022"),Temp.Season=Season).Number)
In your database it should be:
AddColumns(Filter(‘A350 Withdrawal Count’,Year="2022") As Temp ,"Y2023",LookUp(Filter(‘A350 Withdrawal Count’ ,Year="2023"),Temp.Month=Month).Withdrawal Count’)

Set the number of Series to display.

Best Regards,
Wearsky