Forum Discussion
Anonymous
7 years agoNot applicable
Total Average
Hello All, Below is the sample data. I am trying to calculate average of Days by Section and drill through by Month. I can get the average for a, c, e but not for ab. ab = a+c+e I want a,c,e ...
Anonymous
7 years agoNot applicable
Hey Aree,
Thanks for the effort but i need average of ab(ab=a+c+e) in the bar chart.
Thanks
Aree
7 years agoResolver I
Hey Anonymous
if you mean the average of each section all added together then within the SectionAverage table just create this measure.
TotalAverage = SUMx(ALL(SectionAverage), SectionAverage[Average])
If this is not what you meant please explain.