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 / Showing a Label well a...
Power Apps
Answered

Showing a Label well all fields are a specific output!

(0) ShareShare
ReportReport
Posted on by 69

Hello PowerApps community!
Just getting started with PowerApps 🙂

I have created an application to track the statuses for IT emergencies.
My PowerApp is connected to a SharePoint List. On the SharePoint List, there is a column called "Status" which has 2 potential options:
1. Resolved
2. Open

What I am trying to do:
I'm trying to create a way for the PowerApp to check the Status field to say:
If ALL the values in the "Status" field is "Resolved", then hide this button. Otherwise if there is anything different including "Open", then show this button.

Thanks much and here are some screenshots/documentation!

1. On the button's Visible property, I have tried to add the following:
If(HomeGallery.Selected.Status.Value = "Open", true,false)


*this does not seem to work because it only checks the last value that I clicked on

Attached are some helpful pics!
Button LogicButton LogicThe View of the PowerappThe View of the PowerappNavNav

PowerApp Status.PNG
HomeGallery Status Label.PNG
Button Logic.PNG
Categories:
I have the same question (0)
  • Verified answer
    PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    There are many ways you can do it. One of them is: 

     

    If(CountIf(HomeGallery.AllItems, Status.Value = "Open") = CountRows(HomeGallery.AllItems), true, false)

     

    I am counting the rows within the gallery for which the status is Open. Then I am counting the total number of rows in the gallery. If the two are equal, then I am setting the visible property to true, if not, then false. 

     

    Let me know if this helps. 

     

    ---
    If you like this reply, please give kudos. And if this solves your problem, please accept this reply as the solution. Thanks!

    Hardit(Haman)

  • axt3641 Profile Picture
    69 on at

    Worked like a charm. Thank you so much! 🙂

  • PowerAddict Profile Picture
    7,316 Most Valuable Professional on at

    Glad it worked! Good luck with the rest of the app! Feel free to reach out in case of any questions!

     

    Thanks,

    Hardit

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 358 Most Valuable Professional

#2
11manish Profile Picture

11manish 207 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 150 Super User 2026 Season 2

Last 30 days Overall leaderboard