Forum Discussion
Nankaina
3 years agoHelper I
Calculating Standard Deviation on Aggregate Values
Hello, For my current project, I have a column of Referral Dates, which I have divided into weeks using the following column: Referral Week =
var startdate = FORMAT('2022 Referral Database'[Re...
Nankaina
3 years agoHelper I
I looked into STDEVX.P as well. It requires a calculation done on each row, which isn't what I'm looking for. I need to count how many rows are in each week, rather than count how many fit a given criterion. If there's a way to do this with STDEVX.P, I'm not aware of it.