Forum Discussion
Help Making an advanced standard deviation with filter based on a column
- 6 years ago
Thanks, that helps. See solution below:
stdevm = CALCULATE(STDEVX.P(VALUES(Sales[Seller Name]);CALCULATE(sum(Sales[Average Sales per Day]))))as seen here:
See modified Power BI file here.
If this is what you are looking for, please mark as solution. Kudo's appreciated.
Kind regards,
Steve.
You need to use the STDEVX.P() function. Please try this approach
If this works for you, please mark it as solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
Thanks for the response, in tried your recommendation but gave me another value the problem still look:
The right value is 114.40 in this case.
- stevedep6 years agoMemorable Member
Can you share a Power BI file with a sample of your data so we can work with this?
- Anonymous6 years agoNot applicable
- stevedep6 years agoMemorable Member
Thanks, that helps. See solution below:
stdevm = CALCULATE(STDEVX.P(VALUES(Sales[Seller Name]);CALCULATE(sum(Sales[Average Sales per Day]))))as seen here:
See modified Power BI file here.
If this is what you are looking for, please mark as solution. Kudo's appreciated.
Kind regards,
Steve.