Forum Discussion
CharlotteOW
4 years agoFrequent Visitor
Number value is adding to Chart as 'Count of'
I have a chart that looks like the below. When I convert this to a line and column, it automatically convert the 'PM Count' column to be 'Count of PM Count' and therefore displays the values ...
Anonymous
4 years agoNot applicable
Hi CharlotteOW ,
You can try to create a measure and put it in:
Measure =
MAX('Table'[PM Count])
If I have misunderstood your meaning, please provide your desired output.
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
CharlotteOW
4 years agoFrequent Visitor
Hey - this still doesn't work as it just shows me the max value across every month rather than the individual count per month.
Here is my table and the last column is what I want to have shown in the chart. This is just a field from an table.