I want to create a Calculated field to display a Number when the Column/Dimension Outcome_Code == Death.
EX: Out of 1000 rows if 400 rows has Outcome_Code == Death, then I just want to to display a big Number 400.
If I give COUNT(Outcome_Code == 'Death'), it is just just counting total number of rows in the table and showing 1000.
How to create a Calculated field in this case, I don't want a table of value counts, I Just want to display the number, so want a calculated field.