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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
qmestu
Helper III
Helper III

Bar char resizing when values change

Hi,

 

I have a report with a stacked bar chart visual that displays a column for each value of the X axis. Using the slicers on the report the count of values in the X axis can change. However this also changes the size of each column. Is there any way to keep a static size of each column?

 

Thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @qmestu ,

This is by design. The size of each bar represents the magnitude of its value. A change in the numerical values will inevitably change the size of the bar. If you want bars with constant values, you can simply create a measure as below and apply it on the X-axis...

Measure =(special value)

If you only want the size of bar in the bar chart not effected by slicer, you can refer the following official documentation to get it.

Change how visuals interact in a report - Power BI | Microsoft Learn

vyiruanmsft_0-1689218848573.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @qmestu ,

This is by design. The size of each bar represents the magnitude of its value. A change in the numerical values will inevitably change the size of the bar. If you want bars with constant values, you can simply create a measure as below and apply it on the X-axis...

Measure =(special value)

If you only want the size of bar in the bar chart not effected by slicer, you can refer the following official documentation to get it.

Change how visuals interact in a report - Power BI | Microsoft Learn

vyiruanmsft_0-1689218848573.png

Best Regards

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors