Forum Discussion
Alaqillina
1 year agoNew Member
How to create new percentage measure?
I create it this measure DIVIDE ([Headcount], CALCULATE([Headcount], ALLSELECTED( 'Basic Information'))) so based on this function I want to show the female percentage in the card
- 1 year ago
Alaqillina Hi! you can use:
Female Percentage =
DIVIDE(
CALCULATE([Headcount], 'Basic Information'[Gender Desc] = "Female"),
CALCULATE([Headcount], ALLSELECTED('Basic Information'))
)If it's ok, please accept the answer as solution.
BBF
Anonymous
1 year agoNot applicable
Hi Alaqillina ,
Glad that the issue has been resolved, please mark the helpful reply as a "Accept as solution" .It will be helpful for other members of the community who have similar problems as yours to solve it faster.
Thank you for your cooperation. Have a great day.