Forum Discussion
AtchayaP
4 years agoHelper V
Dax
This is my table content type, i want to calculate average for this table.whats the way?
- 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])))
amitchandak
4 years agoSuper User
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])))