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