You can do monthly, quarterly and annual date aggregation but there is no option to do half-yearly.
The only workaround is to use R code:
{{as.character(lubridate::floor_date(WAVE_MONTH, "halfyear"))}}