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
Hi supriyad
You want the mean per Month & Year or per Project ID for each line ?
What I want to know is : What result do you expect from your Mean column ?
- Quentin
I have added expected mean column in my table.
I need Project wise Zscore in that particuler Month Year
- quentin_vigne8 years agoSolution Sage
What is the formula that you used for you expected mean? (Like what is the calculation you need me to translate to dax)
- Quentin
- supriyad8 years agoFrequent Visitor
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