Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
Portrek
Resolver III
Resolver III

create a custom slice filter

hello everyone. I have a question..

 

My data is divided into 8 types (T1, T2, T3, T4, T5, T6, T7, T8) and these types have a second division by grouping these "TS" forming by 2 groups (G1 and G2) which are marked in another column.

 

Sem título222.png

 

What I would like to do would be a filter that contemplated all the items the 8 types "t's" + the 2 groups "G's", forming a single full filter according to the following image so that I showed the individual values of the "TS" The accumulated "G"

 

Sem título2325.png

 

Is there any way to do this? Join the ratings of the two columns in a single filter?

 

Thanks for advanced.

1 ACCEPTED SOLUTION
sayaliredij
Solution Sage
Solution Sage

You can do this in following way

 

1. Create New Column in your table which contains T1, G1 assignment

2. I am naming column with T1, T2, T3 information as category and G1,G2 information as Group for referance

3. New Column will be 

                     

You can do this in following way

 

1. Create New Column in your table which contains T1, G1 assignment

2. I am naming column with T1, T2, T3 information as category and G1, G2 information as Group for reference

3. New Column will be as follows

You can do this in following way

 

1. Create New Column in your table which contains T1, G1 assignment

2. I am naming column with T1, T2, T3 information as category and G1, G2 information as Group for reference

3. New Column will be as follows

CategoryGroup = COMBINEVALUES("|",Category[Category],Category[Group])
4. Create new table called Slicer 
Slicer = DISTINCT(UNION(SELECTCOLUMNS(Category,"Selection",Category[Category],"CategoryGroup",Category[CategoryGroup]),SELECTCOLUMNS(Category,"Selection",Category[Group],"CategoryGroup",Category[CategoryGroup])))
5. Make the connection between slicer and category table using category group. and make sure its both direction
 
Regards,
Sayali
 
If this post helps, then please consider Accept it as the solution to help others find it more quickly.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

1 REPLY 1
sayaliredij
Solution Sage
Solution Sage

You can do this in following way

 

1. Create New Column in your table which contains T1, G1 assignment

2. I am naming column with T1, T2, T3 information as category and G1,G2 information as Group for referance

3. New Column will be 

                     

You can do this in following way

 

1. Create New Column in your table which contains T1, G1 assignment

2. I am naming column with T1, T2, T3 information as category and G1, G2 information as Group for reference

3. New Column will be as follows

You can do this in following way

 

1. Create New Column in your table which contains T1, G1 assignment

2. I am naming column with T1, T2, T3 information as category and G1, G2 information as Group for reference

3. New Column will be as follows

CategoryGroup = COMBINEVALUES("|",Category[Category],Category[Group])
4. Create new table called Slicer 
Slicer = DISTINCT(UNION(SELECTCOLUMNS(Category,"Selection",Category[Category],"CategoryGroup",Category[CategoryGroup]),SELECTCOLUMNS(Category,"Selection",Category[Group],"CategoryGroup",Category[CategoryGroup])))
5. Make the connection between slicer and category table using category group. and make sure its both direction
 
Regards,
Sayali
 
If this post helps, then please consider Accept it as the solution to help others find it more quickly.




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.