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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Quality Form Scores Co...
Power Apps
Unanswered

Quality Form Scores Computation

(0) ShareShare
ReportReport
Posted on by 32

Hi,

 

We have a Quality Assurance form in Excel which we hope to transpose to PowerApps.

 

I think I can manage building the form (layout and data submission). I would need help in getting/computing the scores. I really can't get my head around creating number formulas in the app.

 

I have attached the form with formulas that you can play around with.

 

Here's how it works:

1. The form has 2 main sections. Each section makes 50% of the overall QA score.

2. Each question will be rated as Yes, No, or N/A. 

3. Each question has a point value of 1. 

4. If the parameter is tagged as N/A, the point value should be set to 0, and should not be computed as part of the total possible points. You can see the total possible points in rows 110 - 126 of the excel file attached.

 

I would really appreciate it if you can help me replicate this form in PowerApps.

Categories:
I have the same question (0)
  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @sandyabegail 

     

    Set the Default property of Value Text Control to

    If(DropdownYesNo.Selected.Value="N/A",0,1)

     

    Set the Default Property of Rating Text Control to

    If(DropdownYesNo.Selected.Value="Yes",1,0)

     

    Make sure to set the Text control format as Number

     

    To Get the Sum of Value

    Sum(BrowseGallery1.AllItems, Value(ValueTextInput.Text))

     

    To Get Sum of Rating

    Sum(BrowseGallery1.AllItems, Value(RatingTextInput.Text))

    StalinPonnusamy_0-1636029672500.pngStalinPonnusamy_1-1636029692775.png

     

     


    Thanks,
    Stalin - Learn To Illuminate

  • StalinPonnusamy Profile Picture
    Super User 2024 Season 1 on at

    Hi @sandyabegail 


    Please let us know if anything needs on your post. We can help with this.

    Please mark the post as Solved If I have answered your question.
    Please give it a Thumbs Up if you find the suggestion helpful

    Thanks,
    Stalin - Learn To Illuminate

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard