Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Power BI

 

Hello,

I wanted help on how to not show the total sum in the effictive applied tariff card visual and show nothing until filter on countries is applied. knowing that i already used ISFILTERED and SELECTEDVALUE to do this so it would show only when a product (from 'classification' column) is seleted but i cant work it out with two different fields of filtration.

 

 

 

all help appreciated ^^

 

1 Reply

  • ERD's avatar
    ERD
    Icon for Community Champion rankCommunity Champion

    Anonymous , I'm not sure what you need from your description - make sure 2 filters are selected? If so, you could use '&&' for that, like IF(ISFILTERED(Table[cln1]) && ISFILTERED(Table[cln2]), "yes", "no").