Forum Discussion
Anonymous
6 years agoNot applicable
Help Making an advanced standard deviation with filter based on a column
Hi everyone, i need help with this problem: Look at this table: [Sales] Click Here And from that table i made this visual (The Standard Deviation value is 65.68) The Standard Dev...
- 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.
stevedep
6 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.
Anonymous
6 years agoNot applicable
Excelent!
Thank you both.