Nick Burns
Member
- Joined
- May 24, 2017
- Messages
- 162
- Reaction score
- 0
- Points
- 16
- Excel Version(s)
- Office 365
Digging up this old thread - is there a way to total only columns that are numeric?
With this:
= Table.AddColumn(YourPreviousStep, "Sum", each List.Sum(Record.ToList(_)))
I get an error as some of my columns are text.
With this:
= Table.AddColumn(YourPreviousStep, "Sum", each List.Sum(Record.ToList(_)))
I get an error as some of my columns are text.