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
Anonymous
Not applicable

Matrix percentage values changes to zero if those values are outside of filtered upper boundary

Hi all,

 

my matrix looks like this. these are percentage value range from 0% to 100%.

IndrachapaLA_0-1667286588130.png

but when I change the percentage value (upper limit) 100% to 79%, all the values greater than 79% changes to 0% instead filtering the rows or showing as blank. (as seen in below)

IndrachapaLA_1-1667286986345.png

This gives incorrect insight because there are rows which are originally zero.

But when I change the lower boundary it filters the rows by hiding the rows or showing blank cells with values outside the limits.

IndrachapaLA_2-1667287426969.png

My reqirement is to filter the rows or to show blank when I change only the upper limit while keeping lower limit at zero. Is there a way to do that?

thanks

1 ACCEPTED SOLUTION

and you are certain that those values that are 0 afterwards have type coverage? because your measure results in 0 in every other case (other than coverage)

View solution in original post

5 REPLIES 5
lukiz84
Memorable Member
Memorable Member

Hi,

 

please post the measure you use in the matrix

 

br

Anonymous
Not applicable

Hi,

 

I have used code coverage percentages for several projects for weekly data. Even though fetched data are percentage vaues, I had to devide them by 100 and change the format to percentage in order to show the '%' sign in the cell along with the value.

 

"Coverage Value = (IF('Measures Dimension'[Metric Type]="coverage", 'Measures Dimension'[Metric Value],0)/100)"

 

br

and you are certain that those values that are 0 afterwards have type coverage? because your measure results in 0 in every other case (other than coverage)

Anonymous
Not applicable

You are correct. That is the issue. I used a blank instead of zero in the measure. that solved the issue.

much appriciate your support. 🙂

BR

you are welcome, please mark my answer as solution 🙂

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