Forum Discussion
Bar char resizing when values change
- Anonymous3 years ago
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
Best Regards
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
Best Regards