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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
83dons
Helper III
Helper III

Cant see fields from a joined table

I have joined my custom table MASTER to an existing table that has been imported. However I am not sure how to import any of the columns from the exsiting table to my MASTER table as they arent showing up. If I manually type in the field or table name it adds a column but has error all the way down. It must be possible to add this in I would think once the relationshio is established in the model? I think the table should appear as a new column with that table name that is expandable where I can choose the fields I want. Not sure if I need ro refresh someonething though for that column to appear. I tried custom column but it just has error in every row.

 

model setupmodel setupcreating a custom columncreating a custom columnerrors in custom columnerrors in custom column

1 ACCEPTED SOLUTION
bcdobbs
Community Champion
Community Champion

Hi,

You're mixing two different sections.

 

Your model with the relationships exists once data is loaded. Whereas the screen shots of the tables are from the Power Query section of Power BI which is used for data transformation.

 

Relationships in the model aren't visible to Power Query.

 

Options

 

1) In Power Query use the "Merge" option to pull in related data.

 

2) In Power Bi once the model is established you can add a calculated column and use DAX: NewColumn = RELATED (TableName[ColumnName])



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

1 REPLY 1
bcdobbs
Community Champion
Community Champion

Hi,

You're mixing two different sections.

 

Your model with the relationships exists once data is loaded. Whereas the screen shots of the tables are from the Power Query section of Power BI which is used for data transformation.

 

Relationships in the model aren't visible to Power Query.

 

Options

 

1) In Power Query use the "Merge" option to pull in related data.

 

2) In Power Bi once the model is established you can add a calculated column and use DAX: NewColumn = RELATED (TableName[ColumnName])



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors