Forum Discussion
Column Names contains prefix as Sum Of
- 10 years ago
Hi Narenda,
The 'Sum of' will occur when you apply an aggregation which is different to the field/column's 'Default Summarization'.
What you need to do is go to the Modelling tab, select the column in question, then change the 'Default Summarisation' to 'Sum'. Now go back to the report design and re-create the table from scratch. The 'Sum of' will no longer appear.
Regards,
Dan
Hmm, any chance you can upload a screen shot, I am not seeing that behavior in the default Table visualation with either Measures or Columns so apparently I am not simulating this correctly in my environment.
Hi,
PFB Screen shot.
- djnww10 years ago
Impactful Individual
Hi Narenda,
The 'Sum of' will occur when you apply an aggregation which is different to the field/column's 'Default Summarization'.
What you need to do is go to the Modelling tab, select the column in question, then change the 'Default Summarisation' to 'Sum'. Now go back to the report design and re-create the table from scratch. The 'Sum of' will no longer appear.
Regards,
Dan
- Anonymous3 years agoNot applicable
This worked for me...
File | Options and Settings | Options | Current File | Report settings | Default summarizations | UNCHECK "For aggregated fields, always show the default summarization type"
- kiriyandrey3 years agoNew Member
It's a solution!!!
Thank You.
- Narendra10 years ago
Microsoft Employee
Hi djnww,
Thanks you so much. Now my issue is resloved.
- Greg_Deckler10 years ago
Community Champion
OK, for the life of me, I can't reproduce this, can you send a screen shot of the visual configuration box, the graph icon, not the paintbrush, I just need to see what is listed where in terms of Rows, Columns and Values. Hopefully we can get to the bottom of this.
- Narendra10 years ago
Microsoft Employee
Hi,
PFB screen shot
- Sean10 years ago
Community Champion
Narendra If I understand what you are trying to do is sum those columns but not say Sum of in the name?
go to the Modeling tab and create a New Measure with whatever name you choose
Total Asset Count = SUM(TableName[Asset Count])
and then use this Measure in your table
let me know if this is what you are trying to do?