Forum Discussion

MSS_'s avatar
MSS_
New Member
3 years ago
Solved

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 ...
  • amitchandak's avatar
    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() )