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

See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap

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
Super User
Super User

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
Super User
Super User

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
May PBI 25 Carousel

Power BI Monthly Update - May 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.