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 ...
Anonymous
8 years agoNot applicable
v-xjiin-msft Thanks for the reply.
I think you didnt checked with mulitple grades.
I too used the same formula
_Median = CALCULATE(MEDIANX('Emp Master','Emp Master'[Count]*1.0),ALLSELECTED('Emp Master'))Anonymous
8 years agoNot applicable
v-xjiin-msft v-qiuyu-msft Can you please give any suggestion regarding this..
It will be lot helpful for me.
- v-xjiin-msft8 years ago
Solution Sage
Hi Anonymous,
Sorry for delayed reply.
But I'm still getting the right result even with multiple grades. Thereby could you please share us your report file (pbix) if possible?
Thanks,
Xi Jin.