Hello,
I have data in Power Query for May (5) and June (6) . I pivoted these columns now I want to add them up. When I add them I use sum formula but it generates it in M like this:
Table.AddColumn(#"Replaced Value", "Addition", each List.Sum({[5], [6]}), type number)
I want to make it dynamic so that next month when July is added the sum column is updated.
Is there any other way to sum up columns in Power Query?
Thanks
I have data in Power Query for May (5) and June (6) . I pivoted these columns now I want to add them up. When I add them I use sum formula but it generates it in M like this:
Table.AddColumn(#"Replaced Value", "Addition", each List.Sum({[5], [6]}), type number)
I want to make it dynamic so that next month when July is added the sum column is updated.
Is there any other way to sum up columns in Power Query?
Thanks