Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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

  • Anonymous 

    What does MEDIANX give you?

    Median = MEDIANX ( DISTINCT ( Data[Name] ), FIRSTNONBLANK (Data[Value], 0 ) )