Is there a way to change "year" from normal calendar year to a different starting date? For some strange reason Financial Year in Oz starts on 1st of July. Probably just to be different from the rest of the World :-) So selecting 2019 would pull data from 2018-07-01 to 2019-06-30.
Comments
=IF([Mth In Yr]<=6, [Year], [Year]+1)
Then instead of using "Year" slicer/row value you would have to use "Fiscal Year".