Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Niiru1
Helper V
Helper V

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 

[Test Conducted Pass %] as my Y-axis.
 
Tests Conducted Pass % = [Tests Conducted Pass]/[Tests Conducted]
I know I can get the average from the analytics pane but is it possible to get the straight line overall average in a measure and possibly 2 others to show +10% and -10%?
 
e.g.plus minus aveage 10 percent.PNG
 
 
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Niiru1 ,

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

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Niiru1 ,

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.