Skip to main content

Hello Everyone,

 

I am trying to calculate CV. I have shared my workbook and I ma trying to calculate SDEV on Value column. I have tried LOD but I am getting wrong answer.

Please help me with this calculation.

Please refer to attached tableau workbook.

4 answers
  1. Apr 14, 2023, 7:32 PM

    Two options for you, each specific to the view in your workbook and giving different results if you change the view:

    WINDOW_STDEV(SUM([Value]))

    Or

    {EXCLUDE [Region], [Location], [Home], [SD], [FD], [Segment]: STDEV([Value])}
0/9000