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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
skazaryan
Frequent Visitor

Remove zero values from graphs

Is there a way to remove or move down the zero value options from the graphs when you filtering the page? For example i have one table and two graphs. When i choosing one service from the table in the graphs its showing all categories with zeros and with those that have a value. Capture.jpg
1 ACCEPTED SOLUTION
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @skazaryan

 

You may use the 'Edit interactions' and choose the 'filter' icon to achive that. For example:

1.png

Regards,

Cherie

 

 

Community Support Team _ Cherie Chen
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

3 REPLIES 3
v-cherch-msft
Microsoft Employee
Microsoft Employee

Hi @skazaryan

 

You may use the 'Edit interactions' and choose the 'filter' icon to achive that. For example:

1.png

Regards,

Cherie

 

 

Community Support Team _ Cherie Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
sturlaws
Resident Rockstar
Resident Rockstar

The easy solution is to change the interaction between the table and the chart from Highligh to Filter. That will make all the zero values disapear from the chart.

But if you like to keep the highlighting, there is a workaround.
Create a new measure Clients=sum(Table[Clients]), if you don't have it already.
Create another measure AllClients =
IF ( ISFILTERED ( Table[Service categories] ); CALCULATE ( SUM ( Table[Clients] ); ALL ( Table[Service categories] ) ) - [Clients]; BLANK () )
Change the chart to a Stacked bar chart, and add both these measures to the value-field of the chart, with [Clients] above [AllClients]. Change the color of [AllClients] to a light green. If you filter the chart on [Client], the Agencies with zero will move to the bottom. If you in the filter area set [Clients] greater then 0, the agencies with 0 value will disappear from the chart
sturlaws
Resident Rockstar
Resident Rockstar

The easy solution is to change the interaction between the table and the chart from Highligh to Filter. That will make all the zero values disapear from the chart.

But if you like to keep the highlighting, there is a workaround.
Create a new measure Clients=sum(Table[Clients]), if you don't have it already.
Create another measure AllClients =
IF ( ISFILTERED ( Table[Service categories] ); CALCULATE ( SUM ( Table[Clients] ); ALL ( Table[Service categories] ) ) - [Clients]; BLANK () )
Change the chart to a Stacked bar chart, and add both these measures to the value-field of the chart, with [Clients] above [AllClients].
Change the color of [AllClients] to a light green. If you filter the chart on [Client], the Agencies with zero will move to the bottom. If you in the filter area set [Clients] greater then 0, the agencies with 0 value will disappear from the chart

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

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