Forum Discussion
Wrong column total relationing two tables
- Anonymous4 years ago
PietroP
You may just create a column in Table 1 to get the TOTKW from table2, this should be more clear to you.TOTKW = Related(table2[TOTKW])
Then you can just create measure or column with simply sum.
measure = sum(table1[TOTKW])Best regards
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.
PietroP
You may just create a column in Table 1 to get the TOTKW from table2, this should be more clear to you.
TOTKW = Related(table2[TOTKW])
Then you can just create measure or column with simply sum.
measure = sum(table1[TOTKW])
Best regards
Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.