Weekday / Temporal Layer

Extract ISO weekday number from date/datetime values, following ISO 8601 standard where Monday=1 through Sunday=7.

Example extractions:

DateDayNumberNameNote
2024-01-011MondayWeek start
2024-01-055FridayWeekday end
2024-01-077SundayWeek end

Common applications:

  • Business day filtering
  • Weekend identification
  • Shift scheduling
  • Operating hours
  • Service availability
Table
0
0
Table

Transforms

[, ...]

Select

column

Date/datetime column to extract weekday number from. Returns consistent day numbering regardless of locale or calendar system.

Name for the new column. If not provided, the system generates a unique name. If AsColumn matches an existing column, the existing column is replaced. The name should follow valid column naming conventions.