The following example takes the date Received field and, by using the DatePart function, displays the quarter of the year it falls in.
DatePart("q", [Received])