Forum Discussion
Satish_Kumar
Helper V
9 years agoSUMMARIZE AMOUNT UNDER THE SAME NAME OF DIFFERENT ROWS
I WANT THE SUM OF AMOUNT UNDER A SAME . i.e. for four name i have only four record in new table with their sum of amount.
- Anonymous9 years ago
Here you go
Table = SUMMARIZE( '15-16','15-16'[SBU], "Summary", Sum('15-16'[Value]) )
Now plot the SBU and Summary
Anonymous
9 years agoNot applicable
Here you go
Table = SUMMARIZE( '15-16','15-16'[SBU], "Summary", Sum('15-16'[Value]) )
Now plot the SBU and Summary
Satish_Kumar
Helper V
9 years agoAnonymous
thanks :D