Forum Discussion
LucaixBolha
Resolver I
4 years agoHow to do sequential filtering for rankings
Hi guys! I have a dimension table of Assets, and I'm doing a three-step ranking filtering, being that after each rank filter the number of assets analyzed is restrained. I created independen...
lbendlin
Super User
4 years agoIf there is a threat that a measure could return BLANK() you can add a 0 to the measure output to return at least "something" without skewing the final result.
LucaixBolha
Resolver I
4 years agoahhh got it! Thanks a lot 😄