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])
APavlovs
Resolver II
4 years agoHello jmansour ,
If you are referring to the data labels at the top of the bar, than what you would need to do is:
1. select the column in the fields list on the right "Payout" in my case
2. Open "Column Tools" tab in the top ribon
3. Click on the comma symbol
Let me know if you were refering to somehting else.