Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello guys,
I have a table with an expression =Stdev(TOTAL [Fechamento ajustado**]), and I was expecting to get the Standard Deviation per Stiker (my dimension), but the fact is that I'm getting the same result for all Sticker. No matter If I have something selected or not.
Please check the attached picture.
How Can I calculate the Standard Deviation per each Sticker in my table or chart? And it should recalculate based on the selections made.
Thanks
Bruno
Maye be you have to remove TOTAL
Hello...
No, it's not working...
I've tried with and without TOTAL...
Thanks
Does anybody know why it is going on?
I still can not calculate the standard deviation for each item on my dimension...
How can I solve it?
In situations like these, you really need to attach a sample QVW so folks can see the data model, expressions and chart properties etc., without that, it is going to be difficult to offer possible suggestions.
Regards,
Brett
I think you seem to have some kind of time dimension here. May be you need something like this
=Stdev(Aggr(YourExpression, Sticker, YourTimeDimension))