Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Each project has stages, and each stage has tasks. Each task has a task completion %.
I'm currently using a normal Average Formula -
so, when I look at the value at the stage level, I expect to get for each stage (60+20) / 2 tasks = 40%
But instead I get 5%
What am I doing wrong?
Solved! Go to Solution.
Hi @Nindo ,
Use the below measure:
Stage/Task/Phase Completed % =
CALCULATE (
AVERAGE ( Table[Task Complete %] ),
FILTER ( ALLSELECTED ( Table ), Table[stage name] = MAX ( Table[stage name] ) )
)
Mark this as a solution, if I answered your question. Kudos are always appreciated.
Thanks
Hi @Nindo ,
Use the below measure:
Stage/Task/Phase Completed % =
CALCULATE (
AVERAGE ( Table[Task Complete %] ),
FILTER ( ALLSELECTED ( Table ), Table[stage name] = MAX ( Table[stage name] ) )
)
Mark this as a solution, if I answered your question. Kudos are always appreciated.
Thanks
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
7 | |
7 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |