Date.DayOfWeekName

 

Applies To: Power BI

Date.DayOfWeekName(date as any, optional culture as nullable text)

Returns the day of the week name for the provided date and, optionally, a culture culture.

Get the day of the week name.

Date.DayOfWeekName(#date(2011, 12, 31), "en-US")

"Saturday"

Show: