Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Standard Deviation Population - Power Pivot (By Group) Measure

Hi all,   I'm trying to build a model using Power Pivot (data is already loaded into power query). I'm having a difficult time trying to create a power pivot measure that would return the Standard D...
  • jennratten's avatar
    jennratten
    4 years ago

    Try using stdevx.s (evaluate for a sample population, not the entire population), and making your column reference fully qualified, which is a best practice.  This means when referencing columns by name, you should include the table with it; when you reference a measure, do not include a table name.

    stdevx.s('Week 3', 'Week 3'[Average])