I want to count the total number of males and females in a PowerBI report such that, if my report table looks like the one given below:
Name    Gender
std1    Female
std2    Male
std3    Female
std4    Male
std5    Male
std6    Male
The result I should be:
Female 2
Male   4