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
In my case my value is a COUNT and this seems to make it behave differently. Is there any way arround this if the value is summerized as a count. In my example you can see that the green column is the sum of the [POSITIONS] column and the blue column is the COUNT of the [POSITIONS] column. please see below:
This may just be a PowerBI problem but maybe not. Thank you all for your help!