Forum Discussion
Anonymous
6 years agoNot applicable
Summing up average Measure
Hi guys,
i have a table and i want to sum a an average measure but the total is always also the average and not the sum of the individual averages:
I want to sum up column AVG Forecast:
What i want is this:
The measure i have for AVG Forecast ist this:
The measure for [SKU Count] is this:
The example file is here:
Any ideas?
Thanks guys!
1 Reply
- parry2kSuper User
Anonymous try this
Sum Avg Measure = SUMX ( VALUES ( Table[Id] ), [Your Average Measure] )I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!