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 / Filtering SharePoint o...
Power Apps
Answered

Filtering SharePoint or SQL source not returning desired results

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hi all,

 

When trying to filter, in this scenario, a SharePoint source - i am not getting the desired results and cannot figure out why..

 

Set (
 _AvailableSites,
 Filter (
 'Data Capture Line Manager Assignments'.LocationNumber,
 _LoggedInUser in 'Data Capture Line Manager Assignments'.UserPrincipalName
 )
)

I want to only return a table of 'Location Number's that match the variable of the _LoggedInUser

 

I am expecting the following x4 Location numbers, based on the current value of the variable, but i am getting random or first records from the source instead in the variable collection.

 

What am I doing wrong!

 

image.png

As you can see the below do not match the above, which should be filtered by the corresponding UserPrincipleName from the _LoggedInUser variable

 

image.png

Categories:
I have the same question (0)
  • Verified answer
    yashag2255 Profile Picture
    24,769 Super User 2024 Season 1 on at

    Hi @Anonymous 

     

    Can you try to modify your expression as:
     
    Set (
        _AvailableSites,
        Filter (
            'Data Capture Line Manager Assignments',
            UserPrincipalName = _LoggedInUser , LocationNumber
        )
    )
    Hope this Helps!!
     
    If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!

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