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 with user field
Power Apps
Answered

Filter with user field

(0) ShareShare
ReportReport
Posted on by 145

Hi community,

I don't able to resolve that: I have a table where I filter some records of a List. In one field I have user name but some record username are empty. With that filter the result is that the table show me only record that username are fill in, but I ha ve several  record with username empty. I want see all record. Could you help me? Many thanks

 

Filter(myList;StartsWith(value1.Value; drpValue1.Selected.Value) &&

                         StartsWith(value2;txtValue2.Text)                         &&

                         StartsWith(UserID.DisplayName ;txtname.Text)

);

Categories:
I have the same question (0)
  • Verified answer
    v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @Giorgio67 ,

     

    Do you mean show records that both meet the DisplayName search criteria and records that don't have user names, on basis of the first two criteria, right?

    If so, please try with this.

     

    Filter(myList;

    StartsWith(value1.Value; drpValue1.Selected.Value) &&

    StartsWith(value2;txtValue2.Text) &&

    (StartsWith(UserID.DisplayName ;txtname.Text)|| UserID.DisplayName=Blank())

    );

     

    Hope this helps.

    Sik

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!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 542 Most Valuable Professional

#2
Haque Profile Picture

Haque 206

#3
Kalathiya Profile Picture

Kalathiya 201 Super User 2026 Season 1

Last 30 days Overall leaderboard