Forum Discussion
Format data labels in clustered column chart
- 4 years ago
I think if you create a measure you should be able to adjust the formatting
Position Count = Count(table[Position])
Change the formatting of the column and change the display settings of the chart like the following:
- jmansour4 years agoFrequent Visitor
So what everyone is saying is correct as far as calculated values go the steps are:
click the field to the right
select column tools
click the "," in format
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!