Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi all,
I want to calculate the mean for following values shows in picture.
I am filtering data Using Program Manager Name.
I used following measure to calculate mean :
Mean = CALCULATE(AVERAGE(' Project Rank'[Score]))
But it giving me wrong values...same thing happen with my Standard deviation measure.
I need to calculate Zscore using this.
Plz suggest me regarding above,
Solved! Go to Solution.
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
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..
Suppose Project 1 having score 3 then mean should 3/11 i.e total count of projects according to Month Year.
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
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
76 | |
75 | |
56 | |
38 | |
34 |
User | Count |
---|---|
99 | |
56 | |
51 | |
44 | |
40 |