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
javiercmh
Regular Visitor

Create relationship between a column values and many other columns that have those values as names

Hi, 

 

I have the data from a survey which contains the items as columns like so (sorry this forum deleted my html tables 😞 😞

id, it1, it2, it3

online1, 4, 2, 5

online2, 1, 3, 4

 

Then I have a relationships table that looks like this:

it, Dimension

t1, Openness to experience

t2, Openness to experience

t3, Extraversion

 

Now, what I'd like to do is to somehow relate table 1 with table 2, so that when I visualize the survey results, I could easily filter by dimension.

 

Thanks in advance!

 

Javier 

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @javiercmh,

 

The best way is on the query editor unpivot the "it1, it2,..." columns that way you would get a table with 3 values:

 

IDAttributeValue

Online 1it11
Online 1it24
Online 1it32
Online 2it12
Online 2it21
Online 2it33

 

then you could make the link between the two tables and work your information as needed.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @javiercmh,

 

The best way is on the query editor unpivot the "it1, it2,..." columns that way you would get a table with 3 values:

 

IDAttributeValue

Online 1it11
Online 1it24
Online 1it32
Online 2it12
Online 2it21
Online 2it33

 

then you could make the link between the two tables and work your information as needed.

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



@MFelix,


Adding to other's post, you need to replace it1,it2,it3 with t1, t2, t3 in the unpivotted table in order to match the rows in the two tables.

1.JPG2.JPG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.