Forum Discussion
Calculate average in a calculated column
Hello Navyaragamm , perhaps you mistakenly added your Excel post to the Fabric Community where the Community Members focus upon all things Microsoft Fabric related. For your convienience we are supplying the link to the Excel (microsoft.com) Community.
Hi foodd
Excel sheet was an example of the calculations,i want to replicate it in the power bi desktop
I tried calculating it the power bi taking upper and lower dax measures and in a calculated column I have done the comparison but all I get is No
Upper =
Var avg = average(data[value])
Var std = stddev.p(data[value])
Return avg+2* std
Same for lower
Then in the calculater column I have used
Outlier = if(data[value])> upper && data[Value]< lower , " Yes" , "No")
If I take this the measure instead of column the visuals are loading And I also want a slicer of the outlier field