Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
How I can avoid bars with zero value in the following chart?
1. Click on the bar chart to select it.
2. In the 'Visualizations' pane, find and click on the 'Filters' pane.
3. Drag the measure or column you're using for the bar values into the 'Filters on this visual' area.
4. Set the filter type to 'Basic filtering'.
5. Uncheck the box for '0' or move the slider to exclude '0' from the range.
This will ensure that the bar chart only displays bars for values greater than zero, effectively removing any bars that would represent a value of zero.
Remember, filtering out zero values can sometimes remove important information about the presence or absence of data, which might be relevant for understanding the dataset as a whole.
Hi, all months with zero values were removed from the chart.
Hi @koorosh,
How is you measure calculated? Do you have 0 in your dataset? So that the sum is 0?
Try to do a measure similar to:
Value = IF(sum(table[column]) <> 0, sum(table[column]))
This will return blank when the values are 0.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsCheck out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 70 | |
| 50 | |
| 42 | |
| 40 |