Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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:
  • Anchov Profile Picture
    1,984 on at
    Power apps Expression
    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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,645 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,997 Most Valuable Professional

Leaderboard