cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Sussan
Helper III
Helper III

Percentage and Numbers

Hi,

 

I am very new to PowerApps so i have some very basic questions: how can I add comma or point between my numbers here (in my SharePoint list it shows correctly): 

Sussan_1-1658997543673.png

This is my current formula for this: LookUp('Site-Target',ID=8,Target)

And how do I add percentage icon after the number represented here: 

Sussan_2-1658997612374.png

Text entry: Slider1.Value%

 

Thanks,

Su

2 ACCEPTED SOLUTIONS

Accepted Solutions
jcfDaniel
Super User
Super User

Hi,

 

For the percentage: Slider1.Value & "%"


Regards. JD.

View solution in original post

jcfDaniel
Super User
Super User

For the formating of the target, try tihs:

 

Text( Value(LookUp('Site-Target',ID=8,Target)), "#,###")


Regards. JD.

View solution in original post

4 REPLIES 4
jcfDaniel
Super User
Super User

Hi,

 

For the percentage: Slider1.Value & "%"


Regards. JD.
NandiniBhagya20
Solution Sage
Solution Sage

Hi @Sussan ,

You can use Text function. Below is an example of comma and dot:
Text("12000", "#,###") => 12, 000
Text("12,000","#,###.00") => 12,000.00


Did you like my post? Please give it a thumbs up! Did I resolve your issue? Please click Accept as Solution to close the topic and so other members of the community can find solutions more easily.

jcfDaniel
Super User
Super User

For the formating of the target, try tihs:

 

Text( Value(LookUp('Site-Target',ID=8,Target)), "#,###")


Regards. JD.
Sussan
Helper III
Helper III

Thank you very much! 

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Top Solution Authors
Top Kudoed Authors
Users online (3,403)