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 / Show blank Text label ...
Power Apps
Unanswered

Show blank Text label instead of Zero

(0) ShareShare
ReportReport
Posted on by 67

Hi,

 

I use Text Label to present Result in perecentage (2 Decimal) in vertical Gallery I use the following function:

 

Default: Text(Value(ThisItem.'Result'*100),"[$-en-US]0.00%")

 

It works prety well, but I want this function to don't return any value if Result is empty or equal to zero.

 

BR

Categories:
I have the same question (0)
  • madlad Profile Picture
    2,637 Moderator on at

    You could try something like:

    If(Value(ThisItem.'Result' = 0), Text(Value(ThisItem.'Result'*100),"[$-en-US]0.00%"), "")

     

    Hope this helps!

  • Appsforourlife Profile Picture
    67 on at

    Thanks, Almost, I just changed it as following:

    If(Value(ThisItem.'Result'=""), "",Text(Value(ThisItem.'Result'*100),"[$-en-US]0.00%"))

    .... and it worked well 🙂

     

    Thank you again

    Cheers!

  • TheRobRush Profile Picture
    11,128 Moderator on at

    Just so you know your options in future, can also write like 

    If(IsBlank(ThisItem.'Result'), "", Text(Value(ThisItem.'Result'*100),"[$-en-US]0.00%"))

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