Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Calculate over Total Column

Hello Guys,

 

Actually I'm working on a Matrix do compare the performance between my sales teams. In the actual scenario one client can be called by more than one team and today I have the following matrix.

 

CLIENT\TEAMTEAM ATEAM BTEAM CTOTAL CALLS
CLIENT JOSEPH10 CALLS5 CALLS2 CALLS17 CALLS
CLIENT MARK 10 CALLS 10 CALLS
CLIENT SUZY5 CALLS20 CALLS50 CALLS75 CALLS

 

 

Ok, now what I want to achieve is , considering the total Calls, and considering my matrix is showing data for a period of 1 year, I want to know the average number of calls a client has received, something like this:

 

 

CLIENT\TEAMTEAM ATEAM BTEAM CTOTAL CALLSAVERAGE CALLS PER MONTH OVER A YEAR
CLIENT JOSEPH15 CALLS7 CALLS2 CALLS24 CALLS2 CALLS
CLIENT MARK 10 CALLS 10 CALLS0,83 CALLS
CLIENT SUZY5 CALLS20 CALLS50 CALLS75 CALLS6,25 CALLS

 

What I dont know how to achieve is a way do display only the Average Calls for Total, up to know what I was able to do is to display the Average for each team and them it shows the total, but I don't want to display the average for every team, just for the total calls, could you please give some advice ?

 

thanks in advance

 

4 Replies

  • v-xiaotang's avatar
    v-xiaotang
    Community Support

    Hi Anonymous 

    Have you solved this question with lbendlin's help? If you have solved the question, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

    If you need more help, please let me know.

     

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

     

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi lbendlin  , thanks for your reply.

     

    The source is already cleaned up and you achieved the result by using 2 different matrixes , right ? I need to achieve it with only 1 matrix, is that posssible ?

    thanks in advance