Forum Discussion

oalgarvio's avatar
oalgarvio
Frequent Visitor
2 years ago
Solved

Using variable slicer to filter multiple columns of a table

I need a dynamic slicer (week number of the year) to filter 6 columns (6 charts) of values above the slicer value.   I tried to create a parameter to use in the slicer with a starter value of 1, en...
  • MP-iCONN's avatar
    MP-iCONN
    2 years ago

    I will throw this out there...What if you try SUMX?

     

    Measure = IF(SUMX(table1,table1[column A])>= Parameter Week [Parameter Week value],1,0)