Forum Discussion

poweruser55's avatar
poweruser55
Helper IV
4 years ago
Solved

Make graph blank with empty filter

I have a graph and when a filter is selected that has blank data the graph still displays all. How can I make it so that the default is All but when a filter selection is chosen that is has no data a...
  • v-xiaotang's avatar
    v-xiaotang
    4 years ago

    Hi poweruser55 

    you can try the measure like below, when I select "a", then test2 line will disappear.

    test2 = IF(SELECTEDVALUE('Filter'[Column1]) = "a",BLANK(),MIN('Table'[Column1])+2)

    Best Regards,

    Community Support Team _Tang

    If this post helps, please consider Accept it as the solution to help the other members find it more quickly.