Forum Discussion
Calculate Mean using Measure
- 8 years ago
I see now.
What you want is this :
Mean2 = DIVIDE('Project Rank'[Score];CALCULATE(COUNT('Project Rank'[Score]);ALL('Project Rank')))(Isn't your mean supposed to be more something like 'Score / Total of score' ? It just seems strange that you divide the score by the count of your table ... Maybe it's just me and I'm stupid today ahah)
If it worked, don't forget to mark your topic as solved
- Quentin
What is the formula that you used for you expected mean? (Like what is the calculation you need me to translate to dax)
- Quentin
quentin_vigne Currently I calculated Expected mean values manually to show you..
But I am expecteing My measure should give me values like this..
- quentin_vigne8 years agoSolution Sage
- supriyad8 years agoFrequent Visitor
Suppose Project 1 having score 3 then mean should 3/11 i.e total count of projects according to Month Year.
- quentin_vigne8 years agoSolution Sage
I see now.
What you want is this :
Mean2 = DIVIDE('Project Rank'[Score];CALCULATE(COUNT('Project Rank'[Score]);ALL('Project Rank')))(Isn't your mean supposed to be more something like 'Score / Total of score' ? It just seems strange that you divide the score by the count of your table ... Maybe it's just me and I'm stupid today ahah)
If it worked, don't forget to mark your topic as solved
- Quentin