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 N:N relationship
Power Apps
Unanswered

Filter N:N relationship

(0) ShareShare
ReportReport
Posted on by

Hi,
For starters, I apologize if this question has been posted and answered before. I did my best searching for it, without the right results so far.

 

I have this custom project entity. I related it to systemuser with a N:N relationship in order to compose a project team.

 

In my canvas app there is a dropdown in which I need only the projects that I'm related to according to this project team relationship. I just can't seem to find out how to construct the filter for the items correctly.


The Fetchxml for the filter would be fairly easy:

 

 

<fetch version="1.0" output-format="xml-platform" mapping="logical" distinct="true" no-lock="false">
	<entity name="dh_project">
		<attribute name="dh_name"/>
		<link-entity name="dh_project_systemuser" from="dh_projectid" to="dh_projectid" visible="false" intersect="true">
			<link-entity name="systemuser" alias="aa" from="systemuserid" to="systemuserid">
				<filter type="and">
					<condition attribute="systemuserid" operator="eq-userid"/>
				</filter>
			</link-entity>
		</link-entity>
		<attribute name="dh_projectid"/>
	</entity>
</fetch>

 

 

but I guess that's of no good use.

 

Any ideas on how to get the items filter correctly?

 

Thanks for thinking along with me.
Regards,
Jeroen

Categories:
I have the same question (0)

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

#2
11manish Profile Picture

11manish 205 Super User 2026 Season 2

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 128 Super User 2026 Season 2

Last 30 days Overall leaderboard