Hello everyone ,
So i have N Number of Tables containing data (Table1, Table2, Table3 ,.... Table N) all of which have the same column names inside ( for example Table1[Sales] .. Table2[Sales] ) also those tables are related to a Calendar table by "Date".
I want to create a measure that sum [Sales] From all those tables without having to type "= Sum(Table1[Sales]) +Sum(Table2[Sales]) + ... Sum(TableN[Sales )) as i have alot of tables and writing a very long equation like this will be inefficient
So i have N Number of Tables containing data (Table1, Table2, Table3 ,.... Table N) all of which have the same column names inside ( for example Table1[Sales] .. Table2[Sales] ) also those tables are related to a Calendar table by "Date".
I want to create a measure that sum [Sales] From all those tables without having to type "= Sum(Table1[Sales]) +Sum(Table2[Sales]) + ... Sum(TableN[Sales )) as i have alot of tables and writing a very long equation like this will be inefficient