I have a dashboard that contains data from various years. Because of the way the payroll system works, some of these years will be 2049/2050. I have a user that doesn't want to see the year 2050 on a specific sheet.
Is there a way to filter out data at a sheet level. I'd rather not touch each and every single UI component and filter out 2050 as that makes the sheet extremely brittle for future development.
I have panel filters that can filter the year, but they'd rather not see 2050 to begin with.