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(up/down) function
Power Apps
Unanswered

Round(up/down) function

(0) ShareShare
ReportReport
Posted on by 158

I'm struggling to apply the RoundDown function. I must be missing something very simple, can anybody help?

 

I'm trying to round down a number to 2 decimal points using the following by selecting the datacard and entering:

 

RoundDown(ThisItem.'Days_spent_(_x0025_)', 2)

 

WHat am I doing wrong here?

e.g.1.png
Categories:
  • Drrickryp Profile Picture
    Super User 2024 Season 1 on at

    Hi @stumac_31,

    Give this formula a try

    Text(
     RoundDown(
     Value('Days_spent_(_x0025_)'),
     2
     ),
     "[$-en-US]#.00"
    )
    
  • CarlosFigueira Profile Picture
    Microsoft Employee on at

    Based on the attached screenshot you're entering that expression in the Required property of the data card; try entering it in the Default property of the data card, or in the Text property of the label inside the data card instead.

  • stumac_31 Profile Picture
    158 on at

    I have managed to get it rounding with the following formulas, but the numbers are not displaying the £ or % symbols? Any ideas?

     

    %

    RoundDown(Value(ThisItem.'Days_spent_(_x0025_)'*100,"###%"),1)

     

    £

    Text(ThisItem.'Budget_spent_(£)',"[$-en-US]£####.00")

    e.g.1.png
    e.g.2.png

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 382 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 329

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard