Forum Discussion
shantupm5
Helper III
3 years agoCalculate Median Value
Hello, I have the below raw data where i have First Pass Orders and Total Orders, I had a measure to calcuate Customer wise First Pass %, which is sum of First pass orders / Total Orders. Then...
some_bih
Community Champion
3 years agoHi shantupm5 check for blanks,
MEDIANX does not ignore blanks; however, MEDIAN does ignore blanks
https://learn.microsoft.com/en-us/dax/medianx-function-dax
I hope this help in explaining difference in results