Skip to main content
Skip table of contents

Lag

Returns the member that is a specified number of positions before a specified member at the member's level.

Syntax

CODE
Member_Expression.Lag(Index)

Arguments

Member_Expression

Index

A valid Multidimensional Expressions (MDX) expression that returns a member.

A valid numeric expression that specifies the number of member positions to lag.

Examples

CODE
[Time].CurrentMember.Lag(2)

See also

CurrentMember

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.