Forum Discussion
Keep Visual selection by layers and visuals
Hello Anonymous,
Instead of selecting data points in visuals, convert them into slicers or filter-based interactions. You can also try using a measure to capture selection:
SelectedValueMeasure =
SELECTEDVALUE(YourTable[YourColumn], "No Selection")
- Anonymous1 year agoNot applicable
Dear Sahir!
Thank you for your idea!
How you mean to "convert them into slicers or filter-based interactions"? You mean to make for every visual selection point a filtered slicer and move it on the selection area? The visual is interactive and it changes...
Also I have already more than 10 slicers (its a big DB) on the page and 5 layer of different visuals.
It could be more than 1000 different selection or filtering method... For this all specify different measures? It seams to me unimaginable...
Ok anyway it is not an indispensable problem...
Thank you!
I will try it by smaller DBs! High Five!