Forum Discussion
Accruing values weekly
Hi Jeff2Jets ,
lets do it together.
1-after loaded the weeks, append queries as new in power query:
2- append the table like bellow and hit ok:
Now you data should look like this:
3- Now select the employee name and department and right click on them and choose group by:
4- now make sure that you fill the fields like this and hit ok:
Now your data should look like this:
As you can see is now showing your desired result
5- now disable the load for week1 and week 2, because we will not use them:
After disabled week1 and week2 tables, now you can rename the appended table to your desired name and close and apply.
I am so sorry for this, but I was just asked if I could add the '# of Answers' column to the Reports and provide a running total for these, like you are helping me do for '# of Calls'. Is it possible to group on two columns? If so, how does that change the instructions you sent? Again, sorry about the new requirement.
- Bibiano_Geraldo1 year agoSuper User
hi Jeff2Jets ,
To make sure i understood you well, please, can you show the desired output should look like?
- Jeff2Jets1 year agoHelper III
Employee name, Department, # of Calls, # of Answers
Week1.csv
John Smith, Sales, 12, 9
Judy Brown, Support, 7, 5
Week2.csv
John Smith, Sales, 3, 2
Judy Brown, Support, 11, 8
Stephanie Williams, Support, 4, 3
Combined
John Smith, Sales, 15, 11
Judy Brown, Support, 18, 13
Stephanie Williams, 4, 3
- Bibiano_Geraldo1 year agoSuper User
Hi Jeff2Jets,
In step 4 on my reply, just add the aggregation for # of answer, and make sure that the aggregation is sum.