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

Notifications

Announcements

Community site session details

Community site session details

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

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…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 717 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 329 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard