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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Stacked Bar Chart - Start at Zero, Don't Combine

I have a stacked bar chart that I want both stacked bars to start at zero. The columns are alarms, so the total bar is the total alarm count, and the sub bar is the acknowledged alarm count. The total count will always be either larger or at most the same as the acknowledged count. I want the bars to both start at zero, not stack on top of each other. In the example below, the first alarm has 89 total alarms and 26 acknowledged alarms. I want the overall bar to stop at 89, not 115 (89 + 26).

 

Do I have to create a separate column subtracting the values, or is there an easier way to do this?

 

 

mcoleman5_0-1647016287861.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1647393428716.png

vyangliumsft_1-1647393428718.png

Here are the steps you can follow:

1. Create measure.

Measure =
IF(
    YEAR(MAX('Table'[Date]))=2021,MAX('Table'[amount]),0)

2. Result:

vyangliumsft_2-1647393428719.png

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi  @Anonymous ,

I created some data:

vyangliumsft_0-1647393428716.png

vyangliumsft_1-1647393428718.png

Here are the steps you can follow:

1. Create measure.

Measure =
IF(
    YEAR(MAX('Table'[Date]))=2021,MAX('Table'[amount]),0)

2. Result:

vyangliumsft_2-1647393428719.png

Best Regards,

Liu Yang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

lbendlin
Super User
Super User

"Do I have to create a separate column subtracting the values?" - yes

 

", or is there an easier way to do this?" -  Don't use stacked column charts, use clustered column charts.

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.