Forum Discussion
jesly_ajin
Helper III
5 years agoUnable to apply filter in Funnel Chart
Hi,
I am unable to apply a filter on a funnel chart.
I need to filter where the Actual Cost is not less than 0, However, I am unable to do so for the below funnel chart.
Please help.
jesly_ajin You can't plug 0 into that box right underneath is less than? You could do it in a measure:
Filtered Actual Total Cost = IF([ActualTotalCost]>0,[ActualTotalCost],BLANK())
3 Replies
- Greg_Deckler
Community Champion
jesly_ajin You can't plug 0 into that box right underneath is less than? You could do it in a measure:
Filtered Actual Total Cost = IF([ActualTotalCost]>0,[ActualTotalCost],BLANK())- jesly_ajin
Helper III
Greg_Deckler Yes correct, I am unable to plug 0 into that box.
Where should I put this new measure so that the visual gets filtered?
- Greg_Deckler
Community Champion
jesly_ajin you would use that measure in place of whatever is currently in your Values field well for you Funnel chart