skitovichHelper I6 years agoSolvedHelp 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 Show Morejudspud6 years agoHi skitovich You can do this with a measure; measure = sum(column1) + sum(column2) + sum(column3) Thanks,George
judspud6 years agoHi skitovich You can do this with a measure; measure = sum(column1) + sum(column2) + sum(column3) Thanks,George
judspud6 years agoHi skitovich You can do this with a measure; measure = sum(column1) + sum(column2) + sum(column3) Thanks,George
judspudSolution Supplier6 years agoHi skitovich You can do this with a measure; measure = sum(column1) + sum(column2) + sum(column3) Thanks,George
Related contentCreate a Column where sum two columns from different tablesSUM of columns in two different tablesDynamic sum Datetime differenceLookupvalue + Sum column values in different table1. How to add two different calculated columns of two different table