Forum Discussion
Anonymous
5 years agoNot applicable
Line chart average LIne
I have created average line in the line graph. But couldnot enable labels on it. How to do that?
Anonymous
5 years agoNot applicable
Hi Anonymous ,
I habe built a data sample to help you understand:
- If you want show the label for Line chart value, just enable Data label option or drag it to Tooltips pane:
- If you want to show lables of Average Line in Analytics tabs, you need create a average measure , enable Data lable option and it will only a single value —— 7.7=(10+7.5+5.6)/3
average of each month = CALCULATE(AVERAGE(Table3[Value]),ALLEXCEPT(Table3,Table3[Date].[Year],Table3[Date].[Month]))
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.