Forum Discussion

Narukkp's avatar
Narukkp
Icon for Helper V rankHelper V
6 years ago
Solved

Edit Interaction feature At report level filters

Hi Team,   I am able to achive the below scenario using "Edit Intraction" feature but recently requirement has changed to all slicers are removed and put these slicers related columns in Report lev...
  • amitchandak's avatar
    6 years ago

    Narukkp,

    Interaction is not possible between filter pane and Visual. So you have to create measures as per need using all, if you need to avoid the interaction.

    example

    New Measure =calculate([Measure],All(Dim1))

    New Measure =calculate([Measure],All(Dim1),All(Dim2))

  • Narukkp's avatar
    Narukkp
    6 years ago

    amitchandak  thank you so much for giving  excelent idea. It is working  as expected when i am creating the measure .