Forum Discussion
Create a Column where sum two columns from different tables
- 3 years ago
Hello ,
first to make this work you should make a relationship between the tables and you should have a unique identifier , you have 3 options :
1- merge the 2 tables in power queries
2- make a new table in power bi as a summarize
3 - measure in a column in table 1 : Total = Table1[Amount] + RELATED(Table2[Extra])
measure 3 will work if you have realationship correct .
Kindly accept as a solution if it works with you and a kudo would be greatfull .
Regards ,
Hello ,
first to make this work you should make a relationship between the tables and you should have a unique identifier , you have 3 options :
1- merge the 2 tables in power queries
2- make a new table in power bi as a summarize
3 - measure in a column in table 1 : Total = Table1[Amount] + RELATED(Table2[Extra])
measure 3 will work if you have realationship correct .
Kindly accept as a solution if it works with you and a kudo would be greatfull .
Regards ,
- Beto_Zambom3 years agoFrequent Visitor
Thanks work fine. The problem was the relationship between the tables.