Forum Discussion
Anonymous
3 years agoNot applicable
Standard Deviation on items sold
Hello, I want to calculate the Standard Deviation for a specific product For that, I have a sales table from the last 180 days with daily granularity (Date, product, vendor, items sold) If...
- Anonymous3 years ago
I want to take in consideration days without sales !!
Shaurya
Memorable Member
3 years agoHi Anonymous,
You can use the FILTER function to avoid days without any sales from your calculations.
Example:
Measure = CALCULATE([Your Measure],FILTER('Table','Table'[Sales]=0))
Works for you? Mark this post as a solution if it does!
Consider taking a look at my blog: Forecast Period - Graphical Comparison
- Anonymous3 years agoNot applicable
I want to take in consideration days without sales !!