StartDate
EAZYBI Returns time period start date.
Syntax
Time_Member_Expression.StartDate
Arguments
Time_Member_Expression | MDX expression that returns Time dimension member. |
---|
Examples
The following code returns the current Time member start date with the time 00:00:00.
[Time].CurrentHierarchyMember.StartDate
See the sample report Sprint story points burndown in our Demo account. The default calculated measure Time within Sprint uses the formula above to address time periods on rows and filter them by sprint dates.
See also
Function NextStartDate