Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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]Solved! Go to Solution.
@Anonymous ,
Create measures like
upper= calculate([Tests Conducted Pass]/[Tests Conducted], allselected()) * 1.1
lower= 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
@Anonymous ,
Create measures like
upper= calculate([Tests Conducted Pass]/[Tests Conducted], allselected()) * 1.1
lower= 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
| User | Count |
|---|---|
| 60 | |
| 46 | |
| 32 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 80 | |
| 68 | |
| 43 | |
| 26 | |
| 23 |