Right now your data is spread across separate columns for each fiscal year, which makes filtering difficult. The solution is to reshape it into a better format using Power Query. Instead of having “Current FY,” “Prior FY,” etc. as separate columns, you unpivot them so they become values in a single column called Fiscal Year, with another column holding the corresponding Amount. Once you do this, you can place the Fiscal Year field in a slicer and it will filter your chart correctly, showing only the years you select. The key is to use the new unpivoted fields in your visuals, not the old wide format columns.
Thanks & Regards,
Prasanna Kumar