One option is to wrap the metric in both if and greater than functions, so that if percentage is greater than 30, return the percentage, else return zero. You can then set the column settings to not show a value for 0. This won't eliminate the other rows, but make it clearer to users about which m...