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
Satish_Kumar
Helper V
9 years agoAnonymous
I have to create the summary table beacause i have to compare the total amount of last year to this year.
So it necessary for creating that.
So if you help me out for doing that i will be pleased.
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_Kumar9 years ago
Helper V
Anonymous
thanks :D