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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Haifaa
New Member

Needing help Create custom parallel interactive bar chart

IMG_6261.png

I need help with creating the middle chart

The dashboard looks like butterfly chart for hires and exits, with a parallel bar chart in the middle showing headcount and promotions for each headcount grade level

-as Power BI lacks this visual I am trying to do it with python but I am unable to find the right code to generate the middle graph and make it interactive with the bar charts on the left and right.

** so the requirement is creating three subplots: left for hires for each career level,

middle for headcount/promotions for each career level *up of each other* in parallel and showing the (number, percentage ),

and right for exits, all sharing the same y-axis (career levels). 

 

4 REPLIES 4
lbendlin
Super User
Super User

please define what you mean by "interactive".  Python visuals are prerendered, and not interactive.

 is there any way to make it interactive ?

or we can leave it like that and just make it prerendered

My supervisor asks me to create it response when clicking on career level all of the dashboard takes an action and highlights the career level new hire , Active headcounts and Total promotions , Total Exits 

If you want it interactive, you can use deneb

 

You can get cross highlighting and other features like native visuals 


Did I answer your question?
Please help by clicking the thumbs up button and mark my post as a solution!

Hi! ,

actually my company doesn't allow to use another methods for safety reasons

so I have to create the chart using only python on powerBI 

so anyone help with the right script to create the middle section? 
I need it the same like the photo but only the promotion bar be on top of each linked active headcount bar side by side 

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Top Solution Authors