Day

Syntax

Day(Measure_Expression)

Input Parameters

Measure_Expression
A valid Multidimensional Measure that returns a date or datetime value.

Return Value

Returns the Day of the Month from the measure as an integer between 1 and 31.

Examples

Return the Day component of the [MaxDueDate] measure:

Day([Measures].[MaxDueDate])