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 Apps
Answered

Lot of Zeros

(1) ShareShare
ReportReport
Posted on by 648

Hello all know hows 

 

I have in my SP List created Weeknumbers and when i connect to the database it comes out a lot of zeros but the value in SP is text on that field , som my GUI solution is ThisItem.'V-nr'/10000000000000 but that sucks .

dalacarelia_196_0-1603969876855.png

This is the vaue coming out from SP , any idea how to fix som its only 34 as value .



Categories:
I have the same question (0)
  • rsaikrishna Profile Picture
    3,703 Microsoft Employee on at

    @dalacarelia_196 

     

    Use Text function to format numbers in desired format.

     

    rsaikrishna_0-1603971435908.png

     

    Regards

    Krishna Rachakonda

    If this reply helped you to solve the issue, please mark the post as Accepted SolutionMarking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone.

     

  • eka24 Profile Picture
    20,925 on at

    Consider this:

    Text(Value(ThisItem.'V-nr''),"[$-en-US]#")

    Or

    Text(Value(ThisItem.'V-nr'),"[$-en-US]#")
    Or
    Text(ThisItem.'V-nr',"[$-en-US]#")

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • timl Profile Picture
    36,813 Super User 2026 Season 1 on at

    Hi @dalacarelia_196 

    I suspect the reason why you're seeing this is because 'V-nr' is a calculated column. There are more details here.

    https://powerusers.microsoft.com/t5/Building-Power-Apps/change-the-number-of-decimals-for-a-number/m-p/674626

    If that's the case, there is no way to fix this from the SharePoint side. The only workaround is to use the formula that you're currently using, or the Text functions as the others have suggested. Another method would be to call the Round function like so.

    Round(
     Value(ThisItem.'V-nr'),
     0
    )

     

  • dalacarelia_196 Profile Picture
    648 on at

    Hello 
    My result is not dot  between 34.0000000  maybee i have the answer in Sharepoint forums 

    after1.JPG

  • dalacarelia_196 Profile Picture
    648 on at

    Hello i been trying different ways and my reslut is missing the dot between 34.000000
    maybe i have to look in sharpoint and my langague as Swede we are using commas in numbers not dot 

    Thanks for the time you spending helping me .

    after2.JPG

  • eka24 Profile Picture
    20,925 on at

    Can you show a screenshot of how the figures are in the sharepoint?

    ------------

    If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.

  • Community Power Platform Member Profile Picture
    Microsoft Employee on at
    1. I have the same issue. The Columns is calculated from others in the SharePoint. All other fields in the power apps is working, including currency values, but the calculated one comes with 11 more zeros. I tried Text function just like proposed but didn't work. Viewing the list at SharePoint the data is shown perfectly. I can't say if matters but here, in Brazil, the dot is used to identify millers and coma to decimals.
  • timl Profile Picture
    36,813 Super User 2026 Season 1 on at

    @Anonymous  - did you try my suggestion above, which is to call the Round function?

  • Verified answer
    Community Power Platform Member Profile Picture
    Microsoft Employee on at

    Hi @timl , Round function didn't work for me but I succesfully tryed another approuch:

     

    Value on Sharepoint list
    R$ 1.100,00

    Value on PowerApps
    1100.00000000000

    Round function on Powerapps
    Round(Value(ThisItem.MyField);2)
    =110000000000000

    My povisory solution:
    Substitute(ThisItem.MyField;".";",")
    =1100,00000000000
    So, I can use something like
    Text(Value(Substitute(ThisItem.MyField;".";",")); "[$-pt-BR]R$ ###.###,00")
    wich results 

    R$ 1.100,00.

     

    Anyway, thanks for replying.

  • tomvanmaldergem Profile Picture
    2 on at

    Hello, I have read the solution to your issue. But do you already know what caused the problem? I have the same issue & want to fully understand it.

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 633

#2
11manish Profile Picture

11manish 588

#3
Valantis Profile Picture

Valantis 457

Last 30 days Overall leaderboard