Hi guys,
I created my formula similar to what was previously suggested, but I am getting a formula error. It is saying I have too many arguments and the '6,30' was highlighted. Any suggestions?
If month({paramDate})> 6 then Date(year({paramDate}+1, 6, 30)) else Date(year({paramDate}, 6, 30))