Forum Discussion
Moving one column to another table without appending/merging
- Anonymous3 years ago
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.
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.
Additionally, this does not work:
- AnkitKukreja3 years ago
Super User
Hi! Anonymous
Can you provide some sample data and the expected solutions?