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 / Round Down function
Power Apps
Answered

Round Down function

(0) ShareShare
ReportReport
Posted on by 726

I have a text input field that shows time in minutes via a sum total  

Sum(DowntimeCollection, LineTotal)

I'd like to show it in hours and minutes 

I have tried this but am getting a funny return, I think i can use a round down but i am not sure where to place it 

Concatenate(Text( ((Value(TextInput30.Text)/60) )), " hours ", Text( Mod(Value(TextInput30.Text),60 )), " minutes " )

I get the below results from the above.

amyharkus86_0-1690969080787.png

 

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @amyharkus86,

    Emm,I think you have referred to a wrong parameter:

    RoundDown(TextInput30.Text/60,0)&":"&Text(Mod(TextInput30.Text,60),"00")

  • victorcp Profile Picture
    2,350 Moderator on at

    try this:

    Concatenate(RoundDown(Value(TextInput30.Text)/60,0), " hours ", Text( Mod(Value(TextInput30.Text),60 )), " minutes " )

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 Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard