Forum Discussion
BarryRussell2
3 years agoRegular Visitor
Calculating Process Sigma
Hi all,
Im having an issue calculating Process Sigma in Power BI, this formula works fro me in Excel and should equal 4.4 based on the information, Power BI says that the minimum argument count for NORM.INV is 3, any help appreiacted.
My total piece count is 298,312,428 and my DPMO is 1,189.
Process Sigma = IF([Total Peice Count]=0,"",(IF(([DPMO]/1000000)>0.933199,0,IF(([DPMO]/1000000)>0.5,1.5-ABS(NORM.INV([DPMO]/1000000)),ABS(NORM.INV([DPMO]/1000000))+1.5))))
2 Replies
- BarryRussell2Regular Visitor
Anyone? 😐
- v-yueyunzh-msftCommunity Support
Hi , BarryRussell2
According to your description, when you use NORM.INV return an error, consult the documentation,You can refer to this document, hope it is helpful to you:
NORM.DIST, NORM.INV, NORM.S.DIST, NORM.S.INV – DAX Guide - SQLBI
Best Regards,
Aniya Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly