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 a View Lookup F...
Power Apps
Answered

Filter a View Lookup Filter

(0) ShareShare
ReportReport
Posted on by 304

Does anyone know if there is any way to filter the items returned by a view lookup filter?

See the example below. This user column view filter brings back all the user accounts in the Environment, including the system generated ones. This is really not liked by management (somewhat understandably).

It would be great to be able to apply something similar to what we can do with lookups on a form (e.g. limit the item returned to a nominated view).

 

donalmc_0-1646663464917.png

I noticed that the classic editor does give you the opportunity to attach a web resource to the column and I tried the 'Java Script Query' code outputted by Fetch XML Builder, but this has no impact.

donalmc_1-1646664688985.png

var fetchData = {
"teamid": "e16a07d8-249e-ec11-b400-000d3a5d38a2"
};
var fetchXml = [
"<fetch top='50'>",
" <entity name='systemuser'>",
" <attribute name='internalemailaddress'/>",
" <attribute name='fullname'/>",
" <link-entity name='teammembership' from='systemuserid' to='systemuserid' intersect='true'>",
" <filter>",
" <condition attribute='teamid' operator='eq' value='", fetchData.teamid/*e16a07d8-249e-ec11-b400-000d3a5d38a2*/, "'/>",
" </filter>",
" </link-entity>",
" </entity>",
"</fetch>"
].join("");

 

I have the same question (0)
  • Verified answer
    Ram Prakash Duraisamy Profile Picture
    5,699 Super User 2026 Season 1 on at

    Hello @donalmc 

     

    As per my knowledge its not possible. Lets wait others comments too

     

    Please mark as Answer if it is helpful and provide Kudos


    Subscribe : https://www.youtube.com/channel/UCnGNN3hdlKBOr6PXotskNLA
    Blog : https://microsoftcrmtechie.blogspot.com

  • Prakash4691 Profile Picture
    1,332 on at

    Hi @donalmc ,

    For now, there is no way to apply filter on column.

     

     

    Regards,

    Prakash

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
Haque Profile Picture

Haque 103

#2
WarrenBelz Profile Picture

WarrenBelz 82 Most Valuable Professional

#3
wolenberg_ Profile Picture

wolenberg_ 67 Super User 2026 Season 1

Last 30 days Overall leaderboard