Forum Discussion
rogerdea
Helper IV
5 years agoMake table blank until filtered by another table
Hi - i have been looking at similar posts where tables are set to be blank until a slicer value has been selected, but I have not found any yet which does a similar thing, but from a table row being ...
amitchandak
Super User
5 years agoActually you check is filtered for any of the filter
example
if(isfiltered(Param1[Param1]) || isfiltered(Param2[Param2]) , [measure], blank()) //add more as per need