Forum Discussion

tomtang's avatar
tomtang
Helper III
6 years ago
Solved

Capture selected value from multiple slicers on same column

Hi all,   I am trying to create a report which has 2 matrices, let's say 1 for "Sales" and the other for "Gross Margin"   These 2 charts need to be dynamically toggled between "Sales" to "Service...
  • d_gosbell's avatar
    d_gosbell
    6 years ago

    Oh so you have changed the filter interactivity to block the slicer from affecting the other matrix. In this case you can do this by setting the conditional formatting on the matrix to a measure that uses SELECTEDVALUE. 

     

    First create a measure for your title:

    Dynamic Title = "Matrix for " & SELECTEDVALUE('Fact'[Account],"Unknown") 

     

    Then Click on the matrix, go into the title property and hover over the text fields until the "three dots" option appears and then click that to get into the conditional formatting dialog

    Then choose the measure you created as the field for the Title text.