Forum Discussion

nehajadhav166's avatar
nehajadhav166
Icon for Resolver I rankResolver I
4 years ago
Solved

Cpk calculation difference between power BI and matlab

Hello Experts,   In my dashboard I am calculating Cpk values for different charactertsic. Formula I use is as below: VAR sigma = STDEV.S(Process[MeasureValue]) VAR estimatedMean = AVERAGE(Proce...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi nehajadhav166 ,

     

    You cannot put the defined variables into the min function.

    It only supports column or expressions.

    You can split the two variables, create separate measures for them to be calculated, and then use the min function to compare them.

     

    Best regards,

    Community Support Team Selina zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly