Forum Discussion
skitovich
Helper I
6 years agoHelp with summing columns from different tables
Hello. There was such a question. You need to sum 3 columns from 3 different tables. How to do it? I send screenshots below
Hi skitovich
You can do this with a measure;
measure = sum(column1) + sum(column2) + sum(column3)
Thanks,
George