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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
Anonymous
Not applicable

Moving one column to another table without appending/merging

I need to move a column of numbers from "Readiness" table to my Geography lookup table.  

 

The two tables are related.  

 

I've tried to use RELATED but that doesnt work.

 

I also do not have the "home table" option in my ribbon.

 

Please help!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

 

Because of the one-to-many relationship, the RELATED function cannot be used in Table Geography lookup, but can be used in Table Readiness.

Because of your relationship, your one of the rows may match multiple VISN values, and you need to determine the specific logic.

Create and manage relationships in Power BI Desktop - Power BI | Microsoft Learn

 

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.

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @Anonymous ,

 

Because of the one-to-many relationship, the RELATED function cannot be used in Table Geography lookup, but can be used in Table Readiness.

Because of your relationship, your one of the rows may match multiple VISN values, and you need to determine the specific logic.

Create and manage relationships in Power BI Desktop - Power BI | Microsoft Learn

 

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.

Anonymous
Not applicable

The tables are related.


If I want the new column in the geography lookup VISN VALUE, I used:

VISN Value = RELATED(VISN) but this did not work.

 

I want to move the information from the VISN column in the Readiness table into the Geography lookup table without appending.

 

whatisdaxneway_0-1665161878382.png

 

 

 

Anonymous
Not applicable

Additionally, this does not work:

 

whatisdaxneway_0-1665163838566.png

 

Hi! @Anonymous 

 

Can you provide some sample data and the expected solutions?

 

For Power BI trainings or support dm or reach out to me on LinkedIn.
If my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.

Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
AnkitKukreja
Super User
Super User

Hi! @Anonymous 

 

You cannot move the column from one table to other. But, you can either merge it in power query or use lookup in dax to get that column there.

 

For Power BI trainings or support dm or reach out to me on LinkedIn.
If my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.

Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904
Shaurya
Memorable Member
Memorable Member

Hi @Anonymous,

 

I think the LOOKUP() function will help you pull the required column.

 

Please refer to:

 

https://learn.microsoft.com/en-us/dax/lookupvalue-function-dax

 

Mark this post as a solution if that works for you!

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.