Hi @Ryan Anderson ,
The median value is the middle value in a set of ordered numbers. The median value is determined by choosing the smallest value such that at least half of the values in the set are no greater than the chosen value. If the number of values within the set is odd, the median value corresponds to a single value. If the number of values within the set is even, the median value corresponds to the sum of the two middle values divided by two.
Based on above median value logic, the set need to be ordered, then the median value can be determined. If the set is very large, then the performance could be bad as expected.
So you may consider to make the set as small as possible.
The other thing that i can think of is to make sure [Measures].[Median_NUM] is a physical measure instead of a calculated measure.
Regards,
Zoe
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.