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?

 

  • 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])))

1 Reply

  • 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])))