Forum Discussion

jesly_ajin's avatar
jesly_ajin
Icon for Helper III rankHelper III
5 years ago
Solved

Unable 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's avatar
    Greg_Deckler
    Icon for Community Champion rankCommunity 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's avatar
      jesly_ajin
      Icon for Helper III rankHelper 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's avatar
        Greg_Deckler
        Icon for Community Champion rankCommunity Champion

        jesly_ajin you would use that measure in place of whatever is currently in your Values field well for you Funnel chart