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 / Rounding a Calculated ...
Power Apps
Answered

Rounding a Calculated Value In a PowerApps Label

(0) ShareShare
ReportReport
Posted on by 237

I inserted a label in my app that does a simple calculation to determine a percentage.

 

This is my current code in the Text field:

(TotalAuditScore) / (TotalMaxScore) * 100 & "%"

 

Is there a way I can make it so that the percentage either rounds to the nearest whole number or only displays two decimal places?

Categories:
I have the same question (0)
  • Verified answer
    TheRobRush Profile Picture
    11,128 Moderator on at
    RoundUp((TotalAuditScore) / (TotalMaxScore) * 100,0)

    for up, change up to down for down, and for nearest either way make it just round. Then 

     

     

     

    Concatenate(RoundUp((TotalAuditScore) / (TotalMaxScore) * 100,0),"%")​

     to add the %

     

  • Verified answer
    Sunil-Narnaware Profile Picture
    681 on at

    And in case if you want to round to two decimal places then 

    Round((TotalAuditScore) / (TotalMaxScore) * 100, 2)

     

  • mkusler Profile Picture
    237 on at

    @TheRobRush @Sunil-Narnaware 

     

    Thanks to you both! That worked perfectly.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 387

#2
timl Profile Picture

timl 340 Super User 2026 Season 1

#3
Vish WR Profile Picture

Vish WR 301

Last 30 days Overall leaderboard