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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Vishal7012
Regular Visitor

Gender diversity funnel chart

Hi,

 

I am looking for a pyramid funnel chart which shows both Male & Female data in the same horizontal bar with appropriate split of % or numbers. below is the sample chart & the data table.

 

Vishal7012_0-1674364985992.png

 

Table: 

 

Employee IDGenderLevel
1001Female7
1002Female8
1003Male8
1004Female8
1005Female7
1006Male7
1007Male8
1008Female7
1009Male7
1010Female8
1011Male8
1 ACCEPTED SOLUTION
FreemanZ
Community Champion
Community Champion

hi @Vishal7012 

not sure if i fully get you, tried to make it with standard native stacked bar chart.

1) enrich you data as:

FreemanZ_0-1674404844949.png

 

Level2 = IF([Gender]="Female", -[Level], [Level])

 

 

2) write two measure like:

 

Female = CALCULATE(SUM(TableName[Level2]), TableName[Gender]="Female")

Male = CALCULATE(SUM(TableName[Level2]), TableName[Gender]="Male")

 

 

3) plot the measures with department column like this:

FreemanZ_1-1674404956226.png

View solution in original post

2 REPLIES 2
FreemanZ
Community Champion
Community Champion

hi @Vishal7012 

not sure if i fully get you, tried to make it with standard native stacked bar chart.

1) enrich you data as:

FreemanZ_0-1674404844949.png

 

Level2 = IF([Gender]="Female", -[Level], [Level])

 

 

2) write two measure like:

 

Female = CALCULATE(SUM(TableName[Level2]), TableName[Gender]="Female")

Male = CALCULATE(SUM(TableName[Level2]), TableName[Gender]="Male")

 

 

3) plot the measures with department column like this:

FreemanZ_1-1674404956226.png

radhey_rec
Resolver II
Resolver II

Hi @Vishal7012 ,

 

In the given shape, AFAIK, it is not possible to do with Power BI native visuals. You may want to try it with custom visuals on app source.

After some calculations, One such visual you may utilise: https://appsource.microsoft.com/en-us/product/power-bi-visuals/yavdaanalyticspvtltd1628223732998.pop...

 

Thanks,

Radhey

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.