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 / Possible percentage bug
Power Apps
Answered

Possible percentage bug

(1) ShareShare
ReportReport
Posted on by 10

Hello!

I have a Power apps Canvas app that works integrated with a Sharepoint list.

In this list, I have a column that calculates values based on other columns, presenting the result in %. Below, an example with dummy values:

 

 

I need to show this column value at my canvas app. But when I do so, the values are appearing like this:

 

I understand that any text format applied to the Sharepoint list is only cosmetic and only applies to the list itself, not being carried to the app, so, the most logical solution I thought was to multiply the cell value by 100 or add the "%" symbol at the end. In both cases, the value that once was 0.1590 now is huge, for some reason

 

 

For it to show up as "15,90", which is what I need, the solution would be to DIVIDE the cell value by 100000000000!!



Anyone knows why this is happening?
Also, how could I make it that only the first 2 decimals are shown?

Thank you!

Categories:
I have the same question (0)
  • Suggested answer
    ANB Profile Picture
    7,250 Super User 2026 Season 1 on at
     
     
    This might help you.
     

    Please click Does this answer your question if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it a Like.


    Thanks,
    ANB
  • Verified answer
    timl Profile Picture
    36,713 Super User 2026 Season 1 on at
    Hi Larifogo
     
    I think the cause of this problem is that your SharePoint server is configured for US English, based on the value of GalleryBU.Selected.CostReduction being 0.15909090909090909.
     
    The language of your Power App appears to be Spanish, so it isn't able to parse 0.15909090909090909 correctly because it expects a comma as the decimal point symbol (eg, 0,15909090909090909). When you multiply by 100, it therefore ignores the "." symbol which results in your huge number.
     
    Therefore, I would try calling the Value function and specifying English as the locale. That should hopefully return the correct value for you.
     
    Value(GalleryBU.Selected.CostReduction; "en") * 100
     

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
wolenberg_ Profile Picture

wolenberg_ 119 Super User 2026 Season 1

#2
WarrenBelz Profile Picture

WarrenBelz 107 Most Valuable Professional

#3
Haque Profile Picture

Haque 103

Last 30 days Overall leaderboard