Day of Week Name
In order to get the Day of Week Name from this date, which is Monday, Tuesday, Wednesday, etc. We can use the FORMAT function as below:
Day of Week Name = FORMAT(‘calendar'[Date],”dddd”)

If we want the three-character day of week name, we can use “ddd” in the format function as below
