Forum Discussion
MSS_
3 years agoNew Member
Straight Mean Line
HI All, I know in the Clustered Column Chart, we can easily show the Average Line from the Analytics. For me I'm using the Line and Clustered Column Chart to show the data by Month as Column ...
- 3 years ago
MSS_ You need create a measure and use that in line
example
calculate([Measure], allselected() )
calculate(Averagex(Values(Date[Month])[Measure]) , allselected() )
amitchandak
3 years agoSuper User
MSS_ You need create a measure and use that in line
example
calculate([Measure], allselected() )
calculate(Averagex(Values(Date[Month])[Measure]) , allselected() )