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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
rickylee
Helper III
Helper III

How to copy a column from table 1 to table 2? Table 2 is updated itself when table 1 is updated.

Hello, 

I am unsure if this is possible.
I have table 1 which is from a database. When the data goes to power bi, I would like to copy column1 from table1 into table2 which is a table I created in powerbi only. Then, whenever column1 in table 1 is updated or new data is coming in, the column in table 2 is automatically updated.

Is it possible and does it take long to implment this?

Thanks,
Ricky

1 ACCEPTED SOLUTION
sokg
Solution Supplier
Solution Supplier

If you have a relationship between table 1 and table 2 you can use RELATED function . But as I understand you don't have a relationship. So try to use LOOKUPVALUE.

 

Information about these two fuctions below

 

https://msdn.microsoft.com/en-us/query-bi/dax/related-function-dax

 

https://msdn.microsoft.com/en-us/query-bi/dax/lookupvalue-function-dax

View solution in original post

3 REPLIES 3
sokg
Solution Supplier
Solution Supplier

Is there any relationship between these two tables???

Hi,

Yes, the column I am trying to copy is actually an ID. In the future, a relationship will be formed and the key is ID. Are there any difference if there is a relationship/isn't a relationship?

Thanks,
Ricky


sokg
Solution Supplier
Solution Supplier

If you have a relationship between table 1 and table 2 you can use RELATED function . But as I understand you don't have a relationship. So try to use LOOKUPVALUE.

 

Information about these two fuctions below

 

https://msdn.microsoft.com/en-us/query-bi/dax/related-function-dax

 

https://msdn.microsoft.com/en-us/query-bi/dax/lookupvalue-function-dax

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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