Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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's avatar
    7 years ago

    Hi 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.