So, this should be relatively simple, but for some reason I can't seem to figure it out. I have 7 columns in PQ, each with numeric values formatted as whole numbers. I need to create a custom column that contains the sum of the original 7 columns.
If I only use two columns I can easily do =[column.1]+[column.2] and it works fine. But if I do =[column.1]+[column.2]+[column.3] ... I get nothing. I have also tried:
List.Sum([column1.],[column.2],[column.3]) but all I get is errors. The one I see the most is "cannot convert null to type list". Anyway, I have spent way too long on this and yet have gotten nowhere. Any help is appreciated.
Brendan
If I only use two columns I can easily do =[column.1]+[column.2] and it works fine. But if I do =[column.1]+[column.2]+[column.3] ... I get nothing. I have also tried:
List.Sum([column1.],[column.2],[column.3]) but all I get is errors. The one I see the most is "cannot convert null to type list". Anyway, I have spent way too long on this and yet have gotten nowhere. Any help is appreciated.
Brendan