This example illustrates how you can apply functions to derive day-of-week values out of a column of Datetime type:

Source:

myDate
10/30/17
10/31/17
11/1/17
11/2/17
11/3/17
11/4/17
11/5/17
11/6/17


Transformation:

The following transformation step generates a numeric value for the day of week in a new column:

The following step generates a full text version of the name of the day of the week:

The following step generates a three-letter abbreviation for the name of the day of the week:

The following step generates the numeric value of the week within the year:

Results:

myDateweekDayNumweekDayNameFullweekDayNameShortweekNum
10/30/171MondayMon44
10/31/172TuesdayTue44
11/1/173WednesdayWed44
11/2/174ThursdayThu44
11/3/175FridayFri44
11/4/176SaturdaySat44
11/5/177SundaySun45
11/6/171MondayMon45