Forum Discussion

cmckinney's avatar
cmckinney
Helper IV
5 years ago
Solved

FILTER function using current slicer selection

Is it possible to pass the current selection of a slicer into a FILTER function in a measure?    For example: FILTER(<table>, Column1 = Current Slicer Selection)
  • edhans's avatar
    5 years ago

    You can use ALLSELECTED([ColumnName]) It is designed to work with slicers. It is intended to work in a CALCULATE() function, so you really don't need the FILTER() function.