Forum Discussion
Anonymous
7 years agoNot applicable
Create a Summarize Table using Median - Error Varian type
I want to creat a summarize table that contains the average and the median of a variable. The problem begins when I start to calculate the median, it shows a message "The DAX expression for calculate...
v-xicai
Community Support
7 years agoHi Anonymous ,
You may use MEDIANX function:
MEDIANX ( SLA_BcaEmpresas, [Días] *1.0 )
Best Regards,
Amy
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
7 years agoNot applicable
It works! Thak u so much.