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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Multiple Column in a clustered column Chart

Hello,

I'm new to Power BI so there are a lot of things I can not figure out.
I need little help with a problem,

I have a few custom columns having a count of records in them and I want to put them in a clustered column chart.
Desired Visual:

DevUserSD_1-1659971653530.png

 

Actual Visual:

 

DevUserSD_0-1659971633297.png

Please help me with this.

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , You need to create measures for all of them and put in bat visual without a axis or create a calculation group on those measures and use that group on the axis

 

Calculation Groups- Measure Slicer, Measure Header Grouping, Measure to dimension conversion. Complex Table display : https://youtu.be/qMNv67P8Go0

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

I can not use this third-party extension you implemented, is there any other way you can suggest?

Hi @Anonymous ,

 

If your data model looks like as below, I suggest you to create a new table with all column names and add it into visual X-Axis Field.

RicoZhou2_0-1660209453438.png

Axis = 
{"Phase 1","Phase 2","Phase 3"}

Measure:

Measure = 
SWITCH(SELECTEDVALUE('Axis'[Value]),"Phase 1",SUM('Table'[Phase 1]),"Phase 2",SUM('Table'[Phase 2]),"Phase 3",SUM('Table'[Phase 3]))

Result is as below.

RicoZhou2_1-1660209552028.png

 

Best Regards.

 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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