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
Anonymous
Not applicable

How to Calculate Variance (Query)

Hi, I still new to power bi. I need to calculate this table data with the variance formula, but I get an error. This is the formula and table. K=2. Initial Estimate Mean(𝜃^) = 98.93455 (I create measure = 98.93455). This is my query

 

Variance = POWER(SUM('Table'[Total Failures (n)])/SUM('Table'[Service Time (τ)])-('Table'[Measure]),2) / SUM('Table'[Machine(k)])-1

 

Variance Formula = ((n/τ)-𝜃^)^2 /(k-1)

 

Machine(k)           Total Failures(n)         Service Time(τ)
TEP-A                             7                            0.07884
TEP-B                             6                            0.05256

 

The answer should be 334.634

1 ACCEPTED SOLUTION
DavisBI
Solution Specialist
Solution Specialist

Hi, @Anonymous ,

 

You can use  VARX.S()

 

 

Column = DIVIDE(Total Failures,Service Time)
Measure = VARX.S('Table','Table'[Column])

 

 

Mark this post as a solution if this helps!

View solution in original post

1 REPLY 1
DavisBI
Solution Specialist
Solution Specialist

Hi, @Anonymous ,

 

You can use  VARX.S()

 

 

Column = DIVIDE(Total Failures,Service Time)
Measure = VARX.S('Table','Table'[Column])

 

 

Mark this post as a solution if this helps!

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.

Top Solution Authors
Top Kudoed Authors