Forum Discussion
gjadal
Microsoft Employee
7 years agoShowing/Hiding a visual based on selection in a matrix visual
I want to hide a visual by default on load and when a row is selected in a matrix visual, then show the chart based on the selection. Is it currently supported ?
Omega
Impactful Individual
7 years agoI believe it's not possible. The trick of showing and hiding a visual is based on the bookmarks and selection pane. Currently, matrices can't trigger a certain bookmark like buttons.
- gjadal7 years ago
Microsoft Employee
I did a hack by placing a chart control on top of my visual with opaque transparency and setting its value based on when i want to show my chart. Its working for my need. But would have liked to have this feature by default.