Forum Discussion
Anonymous
5 years agoNot applicable
Summarization issue
Hi, I have some issue with PBI aggregarion and I have no idea why it behaves this way. I have few columns which should be aggregated, but I cannot forced them to sum up. I've already checked if d...
PaulDBrown
Community Champion
5 years agoAnonymous
It is highly recommended that you use explicit measures instead of default aggregations or implicit measures. So for a sum, create a measure along the lines of:
Sum of values = SUM(Table[Column of values])
And use the measure in the visuals.