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?
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
- amitchandakSuper 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])))