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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Anonymous
Not applicable

stacked column chart with overlapping columns

Dear community, 

I have the visula below: 

elimey68_0-1594908801539.png

which is a line and clustered column chart. The problem here is that the numbers in each column are coming on top of each other, instead of starting from zero, and that ends up to a max in my y axis which is wrong. 

 

How can I start the column values from zero?? In other words how can I make the columns overlap??

1 ACCEPTED SOLUTION
harshnathani
Community Champion
Community Champion

Hi @Anonymous ,

 

Based on my research there is no option in Power Bi like the one which is available in Excel to overlap series.

 

You can try

 

https://stackoverflow.com/questions/51721282/overlapping-bar-chart-with-multiple-axis-in-powerbi

https://community.powerbi.com/t5/Desktop/Overlapping-Column-Charts/td-p/57291

 


Regards,

Harsh Nathani


Appreciate with a Kudos!! (Click the Thumbs Up Button)

Did I answer your question? Mark my post as a solution!

 

View solution in original post

6 REPLIES 6
Mark_E_J
New Member

If you are interested in just the visual, and you can do without the labels, you could create DAX to create the correct overlapping values, such as making new measures:

  • Min Val = MIN(Table[Column])
  • Min to Avg Val = AVERAGE(Table[Column]) - Table[Min Val]
  • Avg to Max Val = MAX(Table[Column]) - Table[Min to Avg Val]

 

Then use a stacked column chart with the following values in the Y-axis:

  1. Min Val
  2. Min to Avg Val
  3. Avg to Max Val
MidtownMo
Helper I
Helper I

Is it possible in Power BI to create a bar chart that looks like this?  This is overlapping bars.

MidtownMo_0-1648144605176.png

 

harshnathani
Community Champion
Community Champion

Hi @Anonymous ,

 

Based on my research there is no option in Power Bi like the one which is available in Excel to overlap series.

 

You can try

 

https://stackoverflow.com/questions/51721282/overlapping-bar-chart-with-multiple-axis-in-powerbi

https://community.powerbi.com/t5/Desktop/Overlapping-Column-Charts/td-p/57291

 


Regards,

Harsh Nathani


Appreciate with a Kudos!! (Click the Thumbs Up Button)

Did I answer your question? Mark my post as a solution!

 

amitchandak
Super User
Super User

@Anonymous , there are few options for label position.


Format - data label position. try if it can help

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
parry2k
Super User
Super User

@Anonymous not sure what you are trying to achieve, what you mean by number overlap? Can you elaborate a bit more?

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

@parry2k , if you look at the first column, you see two numbers : 1546 and 1745. What I want is that these numbers strat from zero, means the dark blue side of the column (the upper part) should end at 1745, not at 3000

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

November Carousel

Fabric Community Update - November 2024

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

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.