Forum Discussion
Remove zero values from graphs
- 7 years ago
if you remove +0 at the end the values will not be shown
I'd use DIVIDE to have division by 0 not showing with errorStarters Rate Level 3 = CALCULATE( DIVIDE( COUNTROWS(Starters), [Headcount Minus Weekly Level 3], -- I assume this is a measure BLANK() -- value for DIV/0 error ) )is there some specific reason why you added 0 at the end of the formula?
what's the syntax for your % measure?
normally if you use DIVIDE blanks should not be shown
otherwise you can create a separate masure that would be just used for the filter
- rosscortb7 years agoPost Patron
Hi
Thanks for replying
I am using this measure -
Starters Rate Level 3 = CALCULATE(Countrows(Starters)/'DB Headcount'[Headcount Minus Weekly Level 3])+0Ross- Stachu7 years agoCommunity Champion
if you remove +0 at the end the values will not be shown
I'd use DIVIDE to have division by 0 not showing with errorStarters Rate Level 3 = CALCULATE( DIVIDE( COUNTROWS(Starters), [Headcount Minus Weekly Level 3], -- I assume this is a measure BLANK() -- value for DIV/0 error ) )is there some specific reason why you added 0 at the end of the formula?
- rosscortb7 years agoPost Patron
Just because I read on a forum that if you didn't want blank to show then add a zero at the end. At this point is was trying to find a a solution for that when using a Card.