Forum Discussion

AnthonyXelya's avatar
AnthonyXelya
Helper II
4 years ago
Solved

Filtering lines with a parameter

Hello everyone,   I have a table with the bill items of clients (potentially, I have several lines for the same client for the same month). I have a segment to filter to only make appear clients w...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi AnthonyXelya ,

     

    Is that a what-if parameter?

    You can create a measure for filtering.

    Measure = IF(SUM('Table'[Value])>=[CA Minimum Value],1)

    Put the measure into the visual-level filters, set up show items when the value is 1.

    When you set the value in the slicer is 3, the results is as follows.

    You can create the measure similar to mine above to filter your data.

     

     

    Best Regards,

    Stephen Tao

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.