Forum Discussion
Anonymous
4 years agoNot applicable
Median Measure
Hi Experts,
I want to create a DAX Measure to show the median value based on the above result. How can I do that?
Please Help. Thank you.
Anonymous
What does MEDIANX give you?
Median = MEDIANX ( DISTINCT ( Data[Name] ), FIRSTNONBLANK (Data[Value], 0 ) )
1 Reply
- jdbuchanan71
Super User
Anonymous
What does MEDIANX give you?
Median = MEDIANX ( DISTINCT ( Data[Name] ), FIRSTNONBLANK (Data[Value], 0 ) )