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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
syeena
Frequent Visitor

Same value in a column but it is differentiated. Need help ASAP!

Animal

Bear

Dog
Bear
Cat
Tiger

Based on the sample table above, supposedly I would have 4 distinct values and 0 unique due to the "Bear" on first row is the same as the "Bear" in the third row. However what I am getting is 4 distinct values and 1 unique in which the unique is one of the "Bear" in any row. The spelling and capitilaztion both are the same yet how do I group it as a single "Bear"? Because when accessing in slicer, there will be two options of "Bear".

1 ACCEPTED SOLUTION
Samarth_18
Community Champion
Community Champion

Hi @syeena ,

 

Ideally, it should not happen if everything is the same then it should show only 4 values in the slicer(one value for bear). However, you can keep unique values in the slicer by creating a separate table for unique values as below:-

 

Table_slicer = DISTINCT('Table'[Animal])

 

Connect this table to your animal column and use the table_slicer column as the slicer column.

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

View solution in original post

1 REPLY 1
Samarth_18
Community Champion
Community Champion

Hi @syeena ,

 

Ideally, it should not happen if everything is the same then it should show only 4 values in the slicer(one value for bear). However, you can keep unique values in the slicer by creating a separate table for unique values as below:-

 

Table_slicer = DISTINCT('Table'[Animal])

 

Connect this table to your animal column and use the table_slicer column as the slicer column.

Best Regards,
Samarth

If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
Connect on Linkedin

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors