Forum Discussion
rosscortb
Post Patron
5 years agoBottom 10 but above zero
Hello I am trying to get the lowest percentage but above Zero as there is loads, any ideas? Thank Ross
- 5 years ago
rosscortb , Try a measure like
calculate([percentage of hour], filter(values(Table[employee]), [percentage of hour] >0))
and take top N on this
amitchandak
Super User
5 years agorosscortb , Add one more visual level filter , measure >0
rosscortb
Post Patron
5 years agoamitchandak Think I have already done that ?