The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
my matrix looks like this. these are percentage value range from 0% to 100%.
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)
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.
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
Solved! Go to 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)
Hi,
please post the measure you use in the matrix
br
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.
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)
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 🙂