Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Unable to create multiple relationships to one field

Hi there. I'm very new to Power BI and hope someone can help me with what I'm sure is a basic problem, but one I can't figure out. I am working with five Sharepoint lists: UserInfo, Projects, StatusReports, Issues and Risks (I'm creating a very simple risk/issue/report app).

 

The UserInfo table has all the User Info pulled from the Sharepoint user list with a unique ID field. Each of the other tables has one at least two user fields (author and modified, for example, as well as some others like Project Manager). I'm therefore trying to create multiple relationships to the ID field in user info from each of the user fields in the other tables. If I try to create two links frmo the same table (e.g. AuthorID to UserInfo.ID and ModifiedID to UserInfo.ID), I get an error telling me to turn off bidirectional cross-filtering (it's set to single for all relationships already). If I try to create relationships from two tables (e.g. from Risks.CreatedID to UserInfo.ID and Issues.CreatedID to UserInfo.ID), I get an error saying it would introduce ambiguity between the tables.

 

Is there any way to do what I'm seeking? I want to be able to display the project manager's name rather than ID, as well as all the other user fields. Any help greatly appreciated.

1 ACCEPTED SOLUTION

Yes, but you could multiply via DAX Table

DAX Table:
UserInfo2 = UserInfo
Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


View solution in original post

4 REPLIES 4

Hi,
you have to load the UserInfo for each Role (Creator, Author, Project Manager, ...)
Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


Anonymous
Not applicable

So, basically add a new data source for each user field? Effectively ending up with UserInfo1, UserInfo2, etc. and then define a relationship to each one separately?

Yes, but you could multiply via DAX Table

DAX Table:
UserInfo2 = UserInfo
Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast


Anonymous
Not applicable

That's great, thanks!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.