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
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])}