Forum Discussion

sovereignauto's avatar
sovereignauto
Helper III
5 years ago
Solved

% Column to Total using Calculation rather than Average

Afternoon,

I have a table with Rows and Columns i need to try and have the total as a the same calucation the rows do.

So for example image below the total should be 57% not 42% at the moment i have summarise set to "average" 

 

  • Hi, sovereignauto ;

    Based on my test, maybe it is better to use sum() to divide, and its total will be correct. I made a simple example and measured as follows:

    sum = DIVIDE(SUM('Table'[value2]),SUM([value1]))

    The final output is shown below:

    Best Regards,
    Community Support Team_ Yalan Wu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

4 Replies