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 in power apps c...
Power Apps
Answered

filter in power apps canvas

(0) ShareShare
ReportReport
Posted on by 43

Hey All

I want to filter multi select lookup and a multi line of text field 

How do i do that? 

 

Categories:
I have the same question (0)
  • Verified answer
    RusselThomas Profile Picture
    4,014 on at

    Hi @Enh ,

    I'm going to assume by multi-select lookup you're talking about a combo box - if so, your filter expression goes into the Items: property of the combobox control in the format;

    Filter(source, condition)

    Where source is the data source and condition is what you're testing each row against to see if it's included in the result. eg:

    Filter(myDataSource, userFirstName = "Bob")

    Note: The combobox also has a search function built in, but that is on the results of the items fed into it (i.e. after any filter expressions have been completed).

    As to the the second part of your question - I'm also assuming that the multi-line of text field in your datasource is what you want to filter on?  If that's the case, you need to choose the right condition in your filter command based on your needs - just beware of delegation issues with complex conditions, StartsWith() is usually your friend in these instances.

    Hope this helps,

    RT

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 936

#2
Valantis Profile Picture

Valantis 604

#3
11manish Profile Picture

11manish 518

Last 30 days Overall leaderboard