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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Sept PBI Carousel

Power BI Monthly Update - September 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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