Forum Discussion

gjadal's avatar
gjadal
Icon for Microsoft Employee rankMicrosoft Employee
7 years ago

Showing/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 ?

2 Replies

  • Omega's avatar
    Omega
    Icon for Impactful Individual rankImpactful Individual

    I 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. 

     

     

    • gjadal's avatar
      gjadal
      Icon for Microsoft Employee rankMicrosoft 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.