Forum Discussion
Medmbchr
Helper IV
3 years agoCalculate Standard Deviation on columns
Hi
I have a table with 13 columns: SKU ID and consumptions over 12 months, each month in a column.
I am struggling to calculate standard deviation of the 12 months, I found no DAX formula except STDEV.P which needs all values in one column, I want to use SUMMARIZE but my case is too complicated since I need to calculate a "dynamic" standard deviation based on my review periods.
How can I calculate standard deviation on multiple columns instead of one?
Thanks
5 Replies
- mh2587
Super User
yeah with UNION() and SelectColumn() combination
referring you to this articlehttps://stackoverflow.com/questions/50213905/is-it-possible-to-unpivot-in-power-bi-using-dax