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 Apps
Answered

Filter Function

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Im doing a filter for task status but when I run it, its not work . here is the code im using

 

Filter(

    Supplier,

    StartsWith('Supplier Name',textboxsearchinput.Text),

   IsBlank(StatusFilter.SelectedItems.Value)||IsEmpty(StatusFilter.SelectedItems)|| 'Task Status'=StatusFilter.Selected.Value,

    'Created By'.DisplayName=Office365Users.MyProfile().DisplayName)

. Im doing a filter for task status but when I run it, its not work . here is the code im using

 

norazimah_0-1632712450440.png

 

Categories:
I have the same question (0)
  • Verified answer
    v-qiaqi@microsoft.com Profile Picture
    Microsoft Employee on at

    Hi @Anonymous,

    Have you solved your problem?

    Could you please tell me that if the 'Task Status' is a Choice column or not?

     

    If the 'Task Status' is a Choice column, you should modify your formula as below:

     

    Filter(
     Supplier,
     StartsWith('Supplier Name',textboxsearchinput.Text),
     IsBlank(StatusFilter.SelectedItems.Value)||IsEmpty(StatusFilter.SelectedItems)|| 'Task Status'.Value=StatusFilter.Selected.Value,
     'Created By'.DisplayName=Office365Users.MyProfile().DisplayName)

     

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