Forum Discussion

Saipreethi's avatar
Saipreethi
Icon for Helper I rankHelper I
3 years ago
Solved

Filter shouldn't interact with visual

Hi,

 

I have a matrix which is controlled by a Year slicer so I stopped interaction between slicer and matrix with help of 'Edit Interactions' such that it shows only current year data. But I want to use filter pane instead of slicer. Is there any way to stop interaction between that year filter in filter pane and matrix.

  • You could write a DAX measure something like:

    CALCULATE([Measure], 'Date'[Year] = 2022)

1 Reply

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

    You could write a DAX measure something like:

    CALCULATE([Measure], 'Date'[Year] = 2022)