Forum Discussion
Carlo1975
5 years agoHelper I
Matrix table with sum
Hi, I have a problem and I don't know how to overcome it. I don't know if the solution is Dax or power query. I'm sorry. I try to explain. I have a table like this. With 2 clusters columns, one ...
CNENFRNL
5 years agoCommunity Champion
Hi, Carlo1975 , do you expect this?
You might want to add another measure,
% Accum =
DIVIDE( [Accum], CALCULATE( SUM( Table1[Amount] ) , ALL( Table1[Quarter] ) ) )- Carlo19755 years agoHelper I
HI CNENFRNL and Thank you....with this I obtain always 100% on my chart, instead I have to have this:
And so each percentage, is a percentage on the grand total (4.190)...the sum of all the percentage will be 100%
150 is the 4% of grand total 4.190
300 is the 7% of grand total 4.190
I hope to explain well my problem.
thank you
Carlo