• SELECT {<<some measures>>} ON 0,

    [Customer Dimension].[Customer Status].[Customer Status] on 1

    FROM <<your_cube>>

    WHERE (NULL:[Dim Date].[Date].&[26062013])

    This code will effectively give you the customer status from Start of Date in the dimension till 26th June 2013

    Raunak J