Forum Discussion
kraj
5 years agoNew Member
Calc column from column in other table
Hi all, I am new to Power Bi, and I hope someone can help solve my little headache explained below I have Table 1 and table 2, and I wish to calculate a new column in table 2 based on table 1...
Anonymous
5 years agoNot applicable
Hello kraj
See if this is what you need
Cost = CALCULATE(MAX(Tabela 1[Custo]), RELATEDTABLE(Tabela 1))