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 / Filter table by anothe...
Power Apps
Unanswered

Filter table by another table

(0) ShareShare
ReportReport
Posted on by

Hello,

 

I am currently filtering my main data source with a Share Point list, and it is filtering however there are some values in the main data source that have N/A and i don't want the filter to show the user those. How can i achieve that?

 

Filter looks like this:

 

Filter(DataSource, code in Options.Option)

Categories:
I have the same question (0)
  • RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @kathy659 

    I assume that code is the column that would have the N/A in it.  If so, please consider changing your Formula to the following:

    Filter(DataSource, code in Options.Option && !(code="N/A))

     

    I hope this is helpful for you.

  • v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi@kathy659,

    Based on the issue that you mentioned, do you want to filter your main data source based on some values within your SP list?

    Could you please tell me that if "N/A" exists in a certain column?

    Generally, we could only filter out records that do have some certain values in a single column because these functions like Filter() or LookUP expects a column to lock range.

    So, I assume that "N/A" exists in a certain column, please try the formula as below.

    Filter(DataSource, code in Options.Option && !("N/A" in ColumnName))

    Hope it could help.

    Regards,

    Qi

     

     

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