Forum Discussion
If slicer not selected blank visual
- Anonymous5 years ago
Hi jhowe1 ,
Please use the following formula to create a measure
Measure = IF(ISFILTERED('Table'[ID]),1,0)And apply it to filter pane, set as "=1" like this:
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
jhowe1 , You have to this for all measures
new measure = if(isfiltered(Customer[Customer name]), [Measure], blank())
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
- jhowe15 years ago
Helper III
Sorry I need more detail than this, the two visuals I want to make blank are Customer and Address visual, taken from CustomerDim, AddressDim as highlighted in my post. There are no measures/calculations in these two visuals. Where do I create this 'isfiltered' measure in Customer and Address? Please provide steps. Thanks.