Forum Discussion

mork's avatar
mork
Helper V
10 years ago
Solved

SUM rows

I have a table in the power query that among other columns has the following.   ProjectName         ResourceName         TimesheetActualWork         Week       a                                Joh...
  • Mi2n's avatar
    Mi2n
    10 years ago

    mork, in the Query editor window (Power Query) right click on your query/table and select Duplicate or Reference. This will create another table with the same contents (I would prefer Reference).

     

    In this new query, select "Group by" from the Home toolbar. In the Group by window, Select the Project Name field form the dropdown for Group by section. Enter "Actual Work" in the New column name text field and select the operation as "Sum" and the Column as "TimesheetActualWork". Click OK once done.

     

    This should provide the desired table.