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 / Power apps Expression
Power Apps
Unanswered

Power apps Expression

(1) ShareShare
ReportReport
Posted on by 2
Hi,
 
As I want to show the gallery items with respect to one option set field value how to bring that?

for eg,
 
Filter(
        Bids,
        'MIS Status - ABC'.'Submitted Tender' = 7 &&
        'Selected IC' = "ABC"
    )

this is not working or else by this expression only do we need to pull?
 
Thanks in advance.
Categories:
I have the same question (0)
  • Anchov Profile Picture
    1,986 on at
    Are you using Dataverse as your data source?  If so, to filter on an option set, you have to use the dot notation to pick the option value you want.  Here is an example from one of my apps:
     
    Filter('Employee Registrations', 'Contact Preference' = 'Contact Preference (Employee Registrations)'.'Personal Email')

    So if the 'Select IC' column is your Choice field \ option set, your Filter would look something like:
     
    Filter(
            Bids,
            'MIS Status - ABC'.'Submitted Tender' = 7 &&
            'Selected IC' = 'Selected IC (Bids).ABC
        )

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 352 Most Valuable Professional

#2
11manish Profile Picture

11manish 192

#3
Valantis Profile Picture

Valantis 128

Last 30 days Overall leaderboard