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

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / How to remove decimal ...
Power Apps
Answered

How to remove decimal places from a power automate

(0) ShareShare
ReportReport
Posted on by

I have a calculated column used in getting the difference between Actual Qty received and Initial Qty delivered.

 

On SharePoint, the qty is showing without decimal point.

aap.PNGapp2.PNG

But displaying it on pdf file as output, I have almost 13 decimal places.

 

 

Categories:
I have the same question (0)
  • Verified answer
    shoog Profile Picture
    2,164 on at

    You can wrap the input in an int() function to make sure it's an integer.

  • Community Power Platform Member Profile Picture
    on at

    How to remove the decimal values from tile values in power automate directly using expression in dynamic content?

  • elkhawase2 Profile Picture
    45 on at

    how can we do that?

  • arunramanathan Profile Picture
    25 on at
    use the output in the place mentioned below and use this fx to remove decimal , cause some time int() will need specific format and will give you error and also using format number will give you error due to data format. so use the float fx first then use formatNumber to remove decimal .
    formatNumber(float(use the output here),'0')
    if you want to make this number to integer then use below
    int(formatNumber(float(use the output here),'0'))
    hope this works.
  • arunramanathan Profile Picture
    25 on at
    use the output in the place mentioned below and use this fx to remove decimal , cause some time int() will need specific format and will give you error and also using format number will give you error due to data format. so use the float fx first then use formatNumber to remove decimal .
    formatNumber(float(use the output here),'0')
    if you want to make this number to integer then use below
    int(formatNumber(float(use the output here),'0'))
    hope this works.
  • arunramanathan Profile Picture
    25 on at
    use the output in the place mentioned below and use this fx to remove decimal , cause some time int() will need specific format and will give you error and also using format number will give you error due to data format. so use the float fx first then use formatNumber to remove decimal .
    formatNumber(float(use the output here),'0')
    if you want to make this number to integer then use below
    int(formatNumber(float(use the output here),'0'))
    hope this works.

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 279 Most Valuable Professional

#2
Kalathiya Profile Picture

Kalathiya 229 Super User 2026 Season 1

#3
VASANTH KUMAR BALMADI Profile Picture

VASANTH KUMAR BALMADI 195

Last 30 days Overall leaderboard