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 Browse Gallery
Power Apps
Answered

Filter Browse Gallery

(0) ShareShare
ReportReport
Posted on by 155

I am trying to filter the list “DOT List” to only show items that the current user has created and complete is = “No”.

 

The function below is not working. For some reason the items section will not find the Created By column?

 

Filter('DOT List', CreatedBy.DisplayName  = Office365Users.MyProfile().DisplayName And Complete = "No")

 

cap2.PNG

 

Any help with this?

Categories:
I have the same question (0)
  • dinusc Profile Picture
    Microsoft Employee on at

    Please apply the following change to your formula:

    Filter('DOT List', 'Created By'.DisplayName = ...

  • tbrantley Profile Picture
    155 on at

    Hi, @dinusc

     

    Still not getting any results back. Take a look at the screenshots below.

     

    Capture3.PNGCapture2.PNG

  • dinusc Profile Picture
    Microsoft Employee on at

    I assume you can see the values in the gallery if you remove the filtering function.

    Please inspect all the parameters involved in the filtering condition. Try removing conditions (leave only first equality then only the second equality) to see which one causes the problem. Inspect values to ensure they're in the same format (letter casing or extra spaces?). You may need to use Trim() or Upper() functions.

    When inspecting in PowerApps, I usually try to bind the values to simpler controls:

    Label1.Text=Office365Users.MyProfile().DisplayName

    ListBox1.Items='DOT List' and then set the "value" in the advanced property panel on the right to "Complete".

  • tbrantley Profile Picture
    155 on at

    @dinusc

     

    I figured out a way to make it work.

     

    How do I sort in descending order?

     

    Filter('DOT List', StartsWith(Truck_x0020_Number, TextSearchBox1.Text), createdForm.DisplayName = User().FullName)

  • Verified answer
    dinusc Profile Picture
    Microsoft Employee on at

    I believe the following page should contain al lthe information you need. 

    https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-sort

     

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 401 Most Valuable Professional

#2
11manish Profile Picture

11manish 201 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard