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

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard