Forum Discussion
Subtotal Table on multiple columns based on 1 primary column
- Anonymous9 years ago
Hi kd3975_odi,
You can directly drag these columns to matrix to show the summary result or use SUMMARIZE function to get the summary table.
Table formula:
Table = SUMMARIZE(Sheet10,Sheet10[ContractID ],"Total ActInvoiceValue",SUM(Sheet10[ActInvoiceValue ]),"Total EstInvoiceValue",SUM(Sheet10[EstInvoiceValue ]),"Total InvoiceBalance",SUM(Sheet10[InvoiceBalance ]))
Regards,
Xiaoxin Sheng
Hi kd3975_odi,
You can directly drag these columns to matrix to show the summary result or use SUMMARIZE function to get the summary table.
Table formula:
Table = SUMMARIZE(Sheet10,Sheet10[ContractID ],"Total ActInvoiceValue",SUM(Sheet10[ActInvoiceValue ]),"Total EstInvoiceValue",SUM(Sheet10[EstInvoiceValue ]),"Total InvoiceBalance",SUM(Sheet10[InvoiceBalance ]))
Regards,
Xiaoxin Sheng