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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Getting data from a different Table

 

Table 1

IDbrandprice
1ABC133
1DEF266
1GHI399
2ABC100
2DEF200
2GHI300
3ABC400

Table 2:

IDABCDEFGHI
1???
2???
3???
4???
5???

 

There are two tables: 1 & 2 and both have a relationship of one to many. I am trying to get data (Price: column 3 from table 1 fo specific brand and ID to table 2 in column 2-4 for those IDs.

 

Thanks in Advance!  

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

What does Table 2 look like? 

If you want a visual, you could create a matrix as below.

1.PNG

If you want a table, you could duplicate the table and select brand column and use pivot feature.

2.PNG

 

Best Regards,

Jay

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

What does Table 2 look like? 

If you want a visual, you could create a matrix as below.

1.PNG

If you want a table, you could duplicate the table and select brand column and use pivot feature.

2.PNG

 

Best Regards,

Jay

camargos88
Community Champion
Community Champion

@Anonymous ,

 

Does it work if you unpivot the last 3 column from table 3 ?

So you can create a relationship and navigate on it.



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

Proud to be a Super User!



Anonymous
Not applicable

@camargos88It won't work as the data in ID column is not the same type.

 

What i could think of is using Related function but somehow not able to reach to the conclusion.  

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.