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.
hello Experts
i am using a slicer as you see below, what i want is to Show Select all text as Overall
is there anyway to do it, other thn bookmarking?
Solved! Go to Solution.
Hi @vjnvinod
The word select all in the slicer cannot be changed. You can use a disconnected table containing the word overall plus the other texts and use a measure to return the desired value based on slicer selection. This measure is to be used as a visual filter. The second option to is to create a separate dimensions table like below which will create a many to many relationship - performance with a small table is negligible but can be obvious with large tables.
Both these approaches are in the attached pbix.
Hi @vjnvinod - This is directly not possible with native slicer options. I agree @danextian answer, You may follow the same. Thanks
Hi @vjnvinod
The word select all in the slicer cannot be changed. You can use a disconnected table containing the word overall plus the other texts and use a measure to return the desired value based on slicer selection. This measure is to be used as a visual filter. The second option to is to create a separate dimensions table like below which will create a many to many relationship - performance with a small table is negligible but can be obvious with large tables.
Both these approaches are in the attached pbix.