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] )
Anonymous
7 years agoNot applicable
Hello Nick, Yes I'm looking for 18.5
Anonymous
7 years agoNot applicable
try:
SUMX(
VALUES( TABLE1[PRODUCT]),
[AVERAGE]
)- Anonymous7 years agoNot applicable
Thank You! Nick this works fine!