Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Average

So I am trying to show average handle time per day with bars and the average of the month with a line. So I wrote a dax fuction but when I want to see the day by day it ended being the quantity of th...
  • Anonymous's avatar
    Anonymous
    5 years ago

    Hi Anonymous 

    Try the below measure

     

    Calculate(AVERAGE(Base[duracion_minuto]), allexcept(Base,FORMAT(Base[date],"YYYY-MM")))

    or

    Post the sample data