Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)

I wanted a calculated field to see the standard deviation of transactions

I have used a formula

If [AMOUNT] > STDEV([AMOUNT]) THEN "bad"
ELSE "good"
END

and i am getting a error 

1 Answer

0 votes
by (22.5k points)
edited by

Use this calculated field

If [AMOUNT] > {STDEV([AMOUNT])} THEN "bad"
ELSE "good"
END 

 Want to learn more about it Tableau, then go through this Tableau Training for more insights.    

Related questions

31k questions

32.8k answers

501 comments

693 users

Browse Categories

...