Forum Discussion
jmansour
4 years agoFrequent Visitor
Format data labels in clustered column chart
Hello, I have a question regarding formatting data label totals in a clustered column chart. One of my data labels (blue) is the count of instances and the other data label (green) is the sum. Pl...
- 4 years ago
I think if you create a measure you should be able to adjust the formatting
Position Count = Count(table[Position])
jmansour
4 years agoFrequent Visitor
This is helpful but seemed to only work for the data label that was a sum(green column).. The data label that is a count (blue column) is not gaining its comma after following the steps listed above. Please see below :
Thank you for the response!
APavlovs
4 years agoResolver II
Hmm... maybe try adjusting the data format, sometime helps. Once chnaged then try to enable the thousands separator.
Image just for reference