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])
serpiva64
4 years agoSolution Sage
Hi,
to obtain this:
you need selecting the field you want to format and then click on thousand separator:
If this post is useful to help you to solve your issue consider giving the post a thumbs up
and accepting it as a solution !