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 ,
If the issue has been resolved, please mark the helpful reply as a solution to indicate that the question has been answered and to assist others in the community.
Thank you for your cooperation. Have a great day.