Forum Discussion
Anonymous
9 years agoNot applicable
Standard Deviation
Hi All, My Fact has ItemKey,CompanyKey,MonthKey,Revenue is there anway to calculate 'StDev.P' with resepect to itemnumbers from Item Dimension and MonthNumbers from Date Dimension. where revenue f...
- 9 years ago
Anonymous
I would personally prefer to do this with a measure rather than creating any intermediate tables:
Something like:
= STDEVX.P ( SUMMARIZE ( 'Fact', DimItem[ItemNumber], DimDate[MonthNumber] ), CALCULATE ( SUM ( 'Fact'[Revenue] ) ) )This should produce the same result as Eric_Zhang had above.
Anonymous
9 years agoNot applicable
hi Anonymous,
did you get any..??
Thanks in advance.
Anonymous
9 years agoNot applicable
Anonymous
Working on it give me some time.
Cheers
CheenuSing