I'm studying for my Desktop Specialist Certification, and I'm using a book by Adam Mico called Tableau Desktop Specialist Certification. In the book, he has created a stacked vertical bar chart, and on this chart, he has two measures one called Profitable and the other Unprofitable (Orders) (these are used in the filter). The problem is the author does not indicate how these two figures were calculated. Does anyone know how I can create these? Thanks, in advance for any help. This will help me pass my exam.
Thanks,
Glenn
Hi @Glenn Nyhan
It would be helpful if you share a workbook to check.
But you can create a calculation for profitable and unprofitable orders:
IF SUM([Profit])>0 THEN "Profitable" ELSE "Unprofitable" END
Try this and let me know if it is correct
Thanks
Said
(Please upvote all my answers and select the best one if you find them helpful)