Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Select groups in a slicer

Hi, I wonder if there is a possibility to select a group of items in a slicer. For example, I have a list of product names and I need to select all product that start with "ad". 

2 Replies

  • Anonymous unfortunately this functionality doesn't exist, you can surely search by turning on the search on the slicer but you have to manually select all the values you get after the search.

     

    Follow us on LinkedIn

     

    Learn about conditional formatting at Microsoft Reactor

    My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

     

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

     

  • V-lianl-msft's avatar
    V-lianl-msft
    Icon for Community Support rankCommunity Support

    Hi Anonymous ,

     

    Please try what parry2k  said or you can try to create a new column as slicer.

    start_2 = LEFT('Table'[Product],2)

     

     


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