Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

Measure to select only specific values from a column

Hi, i want to create a measure, that i want to use as filter, to filter values for specific values of a column. I want something like this How can i reach this? Thank you
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi, Anonymous 

    Thanks for Gayatri_D05 reply. On my test, it works fine normally. You can try the following measure.

    FilterCamp all = IF(
        OR(
            SELECTEDVALUE(M_Agg[CodZef]) = "2024",
            SELECTEDVALUE(M_Agg[CodZef]) = "FFR"
        ),
        1,
        0
    )

     

    Best Regards,
    Yang
    Community Support Team

     

    If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
    If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

    How to get your questions answered quickly --  How to provide sample data in the Power BI Forum