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

Filter

(0) ShareShare
ReportReport
Posted on by 1,265

I have the following Filter...

Filter('Safety Good Catch Items',
(Status.Value = statusRadio.Selected.Value || statusRadio.Selected.Value = Blank()) ||
(statusRadio.Selected.Value = Blank() && AssignedToDN = Dropdown1.Selected.FullName)
)

My want is that data is Filtered by...

statusRadio.Selected.Value (if selected) OR

statusRadio.Selected.Value (not selevted), then Filter where SP AssignedToDN = Dropdown1.Selected.FullName OR

statusRadio.Selected.Value (not selected) AND statusRadio.Selected.Value (not selected) => All records

 

The radio Button portion is working.  I can Filter or show all records.  The AssignedTo dropdown is not.

AssignedToDN is a text field updated by a Flow when a record is created.

Dropdown1 is the result of a Filter for a different SP List

 

RJF61_0-1666631272164.png

 

Categories:
I have the same question (0)
  • Verified answer
    RJF61 Profile Picture
    1,265 on at

    Resolved.

    Filter('Safety Good Catch Items',
    (AssignedToDN = Dropdown1.Selected.FullName||Dropdown1.Selected.FullName = "---")&&
    (Status.Value = statusRadio.Selected.Value || statusRadio.Selected.Value = Blank())
    )

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 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard