Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to Solution.
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!
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!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
12 | |
11 | |
9 | |
6 | |
6 |