web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : GzOuEfBxK0YPFgMqMUjWr8
Power Apps - Building Power Apps
Answered

How to calculate percentage completion based on task status

Like (0) ShareShare
ReportReport
Posted on 24 Aug 2023 07:28:41 by

Hi. I want to make a label that shows percentage of completion if the Status shows "Completed". I got 9 tasks status fields based on 3 phases. I wanted to show the task completion in both based on the phases and overall task. Please help me on how to do it, either I have to do it on Power Apps, or calculated column in sharepoint list, or Power Automate - as long as I can show the value in Power Apps. Thanks!

Here's how my power apps screen look like:

maryamcs_0-1692861994969.png

 

Categories:
I have the same question (0)
  • Verified answer
    Ami K Profile Picture
    15,670 Super User 2024 Season 1 on 24 Aug 2023 at 10:12:18
    Re: How to calculate percentage completion based on task status

    @Anonymous , for task completion based on the overall task, you can try:

     

    Text(
     Value(
     CountRows(
     Filter(
     [
     Dropdown1.Selected.Value,
     Dropdown2.Selected.Value,
     Dropdown3.Selected.Value,
     Dropdown4.Selected.Value,
     Dropdown5.Selected.Value,
     Dropdown6.Selected.Value,
     Dropdown7.Selected.Value,
     Dropdown8.Selected.Value,
     Dropdown9.Selected.Value
     ],
     (Value = "Completed")
     )
     ) / 9
     ) * 100,
     "#%"
    )

     

     

    You can use similar logic if you want to obtain a percentage for each phase.

     

    ------------------------------------------------------------------------------------------------------------------------------

     

    If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.

    If you like my response, please give it a Thumbs Up.

    Imran-Ami Khan

  • Community Power Platform Member Profile Picture
    on 25 Aug 2023 at 08:21:57
    Re: How to calculate percentage completion based on task status

    Thanks, it works! @Amik 

  • usoneillb Profile Picture
    14 on 25 May 2024 at 00:20:21
    Re: How to calculate percentage completion based on task status

    How could I use this same idea but also count “ In progress” 

     

    example 15 questions but also give credit for in progress 

     

    10 are completed x 100/ 15

    3 are in progress x 40 / 15

    2 are incomplete x 0 / 15

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Chiara Carbone – Community Spotlight

We are honored to recognize Chiara Carbone as our Community Spotlight for November…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 629 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 397 Super User 2025 Season 2

#3
wolenberg_ Profile Picture

wolenberg_ 232 Moderator

Last 30 days Overall leaderboard
Loading complete