Forum Discussion
The average from average
Anonymous,
Here you go,
Create a measure like below,
Projectscore = DIVIDE(SUM(PointA),SUM(PointB))
Projectscore Derived = AVERAGEX(<Table Name>, Projectscore)
Use Projectscore Derived in the table.
Appreciate your kudos!
Regards,
Siva Mani
- Anonymous6 years agoNot applicable
Hi SivaMani,
first of all thanks a lot for your time and responce,
my real example does look like:
Project, Aver, PointA, PointB
a, 67,22%, 363, 540
b, 53,61%, 193, 360
c, 69,64%, 195, 280
d, 69,00%, 31, 50
e, 37,22%, 67, 180
f, 61,14%, 107, 175
Total: 60,32% 956, 1585
but instead of 58,47% my total avergae is: 60,32%, how can i calculate my averages to have the value 58,47 %
i hope, i explained well, if not, please let me know
- SivaMani6 years agoResident Rockstar
Hi Beck11,
Have you tried my solution for this case?
Are you still facing this issue?
- Anonymous6 years agoNot applicable
Hi SivaMani,
thanks a lot for your responce, unfortunatelly i am still facing my issue.