Also potentially you could try using the formula below to capture the specific value:
CountValues = CALCULATE ( COUNTROWS ( TableName ); TableName[ColumnName] = " This Value " )
This is some of the easier stuff you need to get your mind around early on when working with DAX.
Definitely jump into the mastering dax course when you can as this is where all these topics are covered in depth.
Good luck
Sam