Forum Discussion
Anonymous
7 years agoNot applicable
Average total in tables
Hello Community I have a Issue with this datset
When create a table the total average is wrong
How I can do the correct calculate? Any idea?
- Anonymous7 years ago
try:
SUMX( VALUES( TABLE1[PRODUCT]), [AVERAGE] )
4 Replies
- AnonymousNot applicable
9.25 is the average of that table with those filters. Are you looking for 18.5 there? or something else?
- AnonymousNot applicable
Hello Nick, Yes I'm looking for 18.5
- AnonymousNot applicable
try:
SUMX( VALUES( TABLE1[PRODUCT]), [AVERAGE] )