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 / One Choice from a fiel...
Power Apps
Unanswered

One Choice from a field is not prefiltering in Gallery

(0) ShareShare
ReportReport
Posted on by 172

Over the weekend something changed (I see MS Lists now vs. SP Lists) and my power app is set to pre-filter based on logged in user.  Everything was working fine until Monday.  One of the Department Values are no longer filtering.  I have put myself into each of the other departments and I can see the data just fine.  But not one of them.  Anybody ever come up on this before?

 

In my OnStart - 

Set(
    CurrentUserDepartment,
    LookUp(
        Receivers,
        Receiver.Email = User().Email,
        Department.Value
    )
)

 

In my gallery - 

Sort(Filter(
    'Receiving Requests',
    Status = "In Review" || Status = "Assigned",
    Department.Value = CurrentUserDepartment,
    Len(cmbAssignedTo_1.Selected.DisplayName) = 0 || AssignedTo.DisplayName = cmbAssignedTo_1.Selected.DisplayName,
    Len(TxtPO.Text) = 0 || StartsWith(
        'PO#',
        TxtPO.Text
    ),
    Len(TxtID.Text) = 0 || StartsWith(
        ID,
        TxtID.Text
    )
), Created,SortOrder.Descending)
Categories:

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 383 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 356

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard