OLAP Formula

  • I would like to calculate Median on some population (No of Day to Approve an application)

    Here is the formula I wrote

    X = "Median({[Time].Currentmember},[Measures].[Time To Approval])"

    "[Time To Approval]"-Is a Measuere defined in the cube.

    However, When I execute the OLAP cube and browse data, Formula is not calculating corrently.

    Value of X is same as [Time to approval] value.

    Any Suggestions, Kindly advise

  • You're using a set of only one member for the first parameter of the Median function, so the median is the value you have passed in.

    HTH,

    Steve.

    Steve.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply