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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
PeraZo
Helper I
Helper I

Problem of Filter showing -100% for Stacked Bar Chart

Hi I am using "Stacked Bar Chart" and "Table" in a report.

 

Whenever I filter a particular row in the "table", the stacked bar dynamically changes to the selected filter on the table, but shows -100%, which is looking a little ugly.

 

Does anyone know 1.how not to dynamically change the filter, 2.Hide the value with "highlighted -100%"?

 

I tried for the possible solutions  but coud not reach one.

 

Thank you very much.

 

Filter.PNG

1 ACCEPTED SOLUTION

Hey @PeraZo ,

 

did it work with the approach I suggested?

I'm curious if you could solve this issue 🙂

 

If yes, then I would be happy if you could mark my post as solution. This helps the next person who is stumbling across this topic to see immediately what approach worked, without testing it for themselves.

 

If you need any help please let me know.
 
Best regards
Denis
 

View solution in original post

3 REPLIES 3
selimovd
Super User
Super User

Hey @PeraZo ,

 

you can handle that in the measure.

For example you could say:

my corrected Measure =
IF( [myMeasure] = -1, BLANK(), [myMeasure] )

 

As blank values are not shown it would be empty if the value euqals -1 (=-100%).

 

If you need any help please let me know.
If I answered your question I would be happy if you could mark my post as a solution ✔️ and give it a thumbs up 👍
 
Best regards
Denis
 

Hey @PeraZo ,

 

did it work with the approach I suggested?

I'm curious if you could solve this issue 🙂

 

If yes, then I would be happy if you could mark my post as solution. This helps the next person who is stumbling across this topic to see immediately what approach worked, without testing it for themselves.

 

If you need any help please let me know.
 
Best regards
Denis
 

Hi,

 

Thank you for solution. It's nicely working.

Thank you and apologize for late reply.

 

 

 

Pera Zo

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors