Forum Discussion

AtchayaP's avatar
AtchayaP
Helper V
4 years ago
Solved

Dax

 This is my table content type, i want to calculate average for this table.whats the way?  
  • amitchandak's avatar
    4 years ago

    AtchayaP , If You have a numeric Column

     

    Average(Table[Value])

     

    Avg of count by content Type

     

    AverageX(Values(Table[content Type]), calculate(count(Table[content Type])))