Forum Discussion
Anonymous
3 years agoNot applicable
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
Community 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").