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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors