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
Syndicate_Admin
Administrator
Administrator

Link to another table in the column of a table

Is there a way of having a column in a table link to another table and can it be done on the tables screen?

Would that column be usable as a source for a gallery?

1 REPLY 1
v-stephen-msft
Community Support
Community Support

Hi @SendHelp1,

 

In DAX, you can use the RELATED() function if the current two tables have already a relationship.

Or, you can use the DAX LOOKUPVALUE() function if you can’t create a relationship between the two tables.

However, if your requirements need to use Custom Column in Power Query Editor, so you can reference a column from another table in a Custom Column using the below formula:

TableName[Field Name]{Row Index}

Also, you could try to use merge or append in the Power Query Editor.

Merge queries (Power Query)

Append queries (Power Query)

 

Reference: How to add a column from another table in Power Query? - deBUG.to

 

 

Best Regards,

Stephen Tao

 

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.

Top Solution Authors
Top Kudoed Authors