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 lookup and titl...
Power Apps
Answered

Filter lookup and title column

(0) ShareShare
ReportReport
Posted on by 5

I want to filter my list using lookup and title column. Below is the filter function that I created and working but I want to join them together. In order to check if there is an item that have an equal Title and Type of Job. By the way my lookup column has a multiple values.

!IsEmpty(
   Filter(Choices('Job Type Questions'.'Type of Job'), Value = selectedJobTypeRecord)
)

!IsEmpty(
   Filter('Job Type Questions', Title = "Walls")
)

I already tried this filter but if gives me a warning on the `=`
!IsEmpty(
Filter('Job Type Questions', Title = "Walls" && selectedJobTypeRecord = 'Type of Job'.Value)
)

Categories:
  • Verified answer
    v-bofeng-msft Profile Picture
    Microsoft Employee on at

    Hi @mikomarzado :

    Could you tell me :

    • What is selectedJobTypeRecord?Is it a string?
    • Does'Type of Job' allow multiple selections?

    I assume selectedJobTypeRecord is a string and'Type of Job' allow mutiple selelctions.

    The point is to use 'in' instead of '='.Please try this fromula:

    !IsEmpty(
    Filter('Job Type Questions', Title = "Walls" && selectedJobTypeRecord in 'Type of Job'.Value)
    )

     Best Regards,

    Bof

  • mikomarzado Profile Picture
    5 on at

    Thanks for replying, I already fixed it the using the same formula. Also I manage to resolve the warning by saving the data into collection.

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
11manish Profile Picture

11manish 409 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 252 Most Valuable Professional

Last 30 days Overall leaderboard