Forum Discussion
Benchmark Average +/- 10%
Does anyone know how to get a straight line average for a measure?
I have been using this measure on a line and stakced column chart for school tests with AppointmentDate[Date] as my x-axis and
Tests Conducted Pass % = [Tests Conducted Pass]/[Tests Conducted]Anonymous ,
Create measures like
upper= calculate([Tests Conducted Pass]/[Tests Conducted], allselected()) * 1.1lower= calculate([Tests Conducted Pass]/[Tests Conducted], allselected()) * 1.1
Use then in y axis constant line (under Analytic pane in visualization) , You have fx option to use measures
1 Reply
- amitchandakSuper User
Anonymous ,
Create measures like
upper= calculate([Tests Conducted Pass]/[Tests Conducted], allselected()) * 1.1lower= calculate([Tests Conducted Pass]/[Tests Conducted], allselected()) * 1.1
Use then in y axis constant line (under Analytic pane in visualization) , You have fx option to use measures