Forum Discussion
jk8979356
5 years agoRegular Visitor
How to sum multiple rows from another table
I have a table that has [Subsidiary] [Category] [2019 Sales] [2020 Sales] columns with thousands of rows and I need to either sum the 2019 & 2029 sales rows in this table or in a new reference table ...
MattAllington
5 years agoCommunity Champion
I'm not sure what you are asking, but the better way to shape your data is to load a table that looks like this
Subsidiary, Category, Year, Sales
with a table structured like this, it is easy to build summary matrix visual by dragging columns
Subsidiary, Category, to the rows of the matrix
Year, to the column
Sales to the values