MonthName

The MonthName function returns the name of the Month component from a date type column.

MonthName is one of the Date functions that Sigma supports.

Syntax

MonthName(date)

The MonthName function has this argument:

date
Required
The date from where Sigma extracts the Month component.
Note that the value must be a date. If the column is not in the appropriate format, use the Date function on the argument.

Examples

MonthName(Date("2023-05-04"))

Returns May.

MonthName(Date)

The MonthName function returns the following values for the Date column:


Related resources