Forum Discussion
Anonymous
8 years agoNot applicable
Median Calculated Column using Dax
Hello All, I have written measure for Median by using the below formula. _Median = CALCULATE(MEDIAN('Emp Master'[Emp Count]),ALLSELECTED('Emp Master')) Now when i filter by SBU and PRACTICE ...
jfallt
7 years agoFrequent Visitor
I know this is old but a simpler fix is converting the source data to decimal numbers.