Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi ,
i have below table "HumanPets" which has value comma sepearted. I am trying to build a slicer where has unique value from LovesPets column . ( cant split the coumn in power editor as data is huge but any thing with column creation and modeling will help )
Name | LovesPets | Comments |
Sheldon | null | |
Amy | Dog | |
Penny | Bird,Dog,Cat | |
Howard | Cat,Turtle | |
Leonard | Dog,Cat |
Now, i want to have a slicer (filter) with multi-select like distinct uniue values :
Pet:
Solved! Go to Solution.
You need to prepare a disconnected table that lists all possible options separately. Then you can use ContainsString in your measure.
You need to prepare a disconnected table that lists all possible options separately. Then you can use ContainsString in your measure.