Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Alaqillina
New Member

How to create new percentage measure?

IMG_3262.jpeg

 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 ACCEPTED SOLUTION
BeaBF
Super User
Super User

@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

View solution in original post

6 REPLIES 6
Anonymous
Not 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.

Anonymous
Not 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.

Anonymous
Not applicable

Hi @Alaqillina ,
Thank you @BeaBF for the accurate response.

As BeaBF suggested, the provided DAX measure is effective and may resolve the issue. If this solution works for you, please consider marking it as "Accept as Solution" to help others find it easily.If you still facing issue, feel free to reach out.

Thank you for being a valued member of the Microsoft Fabric Community Forum!



Regards,
Pallavi.

Thank you the it's a good solution 

Anonymous
Not applicable

Hi @Alaqillina ,

I'm glad to hear that your query was resolved! If our response addressed your query,please consider 

marking it as Accept as Solution and give us Kudos if you found it helpful.

Thank you for your cooperation. Have a great day.

BeaBF
Super User
Super User

@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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors