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 / help with functions
Power Apps
Answered

help with functions

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi

Struggling with the following formula, I'd like to hide a datacard if the value in another is set to false, this works fine: If(DataCardValue6_2.Value = true, true)

 

But now I'd like to use tabs on my form and trying to set the visible of this datacard based on 2 statements, so the above and if PartA button is selected, but cant get it right this is what I have but cant get it right, on other datacards which do not have any other functions, this works fine:

BtnPartA.DisplayMode = DisplayMode.Disabled

 

But now combining both do not work:

If(DataCardValue6_2.Value = true, true,(BtnPartA.DisplayMode = DisplayMode.Disabled))

Categories:
I have the same question (0)
  • Verified answer
    brimstone Profile Picture
    69 on at

    Hi @Anonymous 

    If I understand you correctly, you can use the And-Function to have the visibility based on 2 statements.

    It would look like this:

     

    If(And(DataCardValue6_2.Value = true, BtnPartA.DisplayMode = DisplayMode.Disabled), true, false)

     

    So if the value of the datacard is true & the button is disabled, the visible is set true.

    Please let me know if this solves your problem or if I misunderstood something.

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 April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 638

#2
Haque Profile Picture

Haque 317

#3
WarrenBelz Profile Picture

WarrenBelz 315 Most Valuable Professional

Last 30 days Overall leaderboard