A Data Analyst has a dataset that contains people and the awards they have won.
Which formula should the analyst use to get the number of different types of awards that have been won?
COUNTD ( [NAME] )
COUNT ( [Award] )
WINDOW_COUNT ( [Award] )
COUNTD ( [Award] )
Submit