Forum Discussion

BASH12's avatar
BASH12
New Member
3 years ago

Add a total column in a matrix based on column values

Hello team,

I'm trying to acheive something like this: a way to calculate SUM(A+B). A,B,C are not column names but column values.

SUM(A+B+C) could potentially be a grand total column. 

 

Wondering if there a way to acheive this: Appreciate any inputs or directions on how to approach this : 

 

Matrix     
 ABSUM(A+B)CSUM(A+B+C)
A10050150200350
B100100200100300
C5010015050200

1 Reply

  • Don't try to make Power BI behave like Excel. Avoid repeating data in your visuals.