Hi,
I'm doing some testing with PafNow Procces Mining visualization.
I have a lot of flows to show in the visualizacion, but I want to enable visualizacion only if one or more flows are selected from slicer. That is, by default visualization has to be hidden. I've checked visualization properties but I can't see a visibility option. I was thinking in a measure like this:
SelectedCount = COUNTROWS(VALUES(Table[SlicerColumn]))
And enabling visualization if this measure >0. But I don't know how to achieve this.
Any ideas?