![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've been asked to add a 25th (Q1) percentile and a 75th (Q3) percentile of SAT scores to an existing cube. I already have a calculated member for average SAT, but I can't seem to figure out how to create a calculated member for the 25th and 75th percentiles. In SQL, if I have a view listing the SATs in order over all time, I can simply SELECT TOP 1 SAT FROM ... WHERE SAT NOT IN (SELECT TOP [24|74] PERCENT SAT FROM ...) I'm probably missing something but I can't seem to figure out how to do this as a calculated member. Any help will be greatly appreciated! |
![]() |
| Thread Tools | |
| Display Modes | |
| |