Forum Discussion
List.Zip Returning an error
- Anonymous1 year ago
Hi Rick_S137 ,
Has the issue been resolved on your end? If so, please share your solution and mark it as "Accept as Solution." This will assist others in the community who are dealing with similar problems and help them find a solution more quickly.
Thank you.
Hi Rick_S137
Could you clarify what your table currently looks like, and the end result you want?
Should the result be a table or a scalar value? I'm not clear on what you mean by "sum the columns".
From your description, I would be looking at using List.Combine and List.Sum, along with List.RemoveNulls.
I don't think List.Zip is needed here from your description.
Regarding the error you are geting, it appears to be because you are passing a null value within the "list of lists" argument that List.Zip takes.
Hi I have posted a much better explanation and included a link to it in the first post. Thank you for your suggestions