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
Anonymous
Not applicable

How to Rename "Select All" option in the slicer to anything else

Hi All,

I have a requirement to create a column that can be then used as a slicer in the reports to select the Source system. I am aware that for the slicer I can enable the "Select All" option from the format tab(Selection controls) in PowerBI to select all the values but I don't want to show Select All instead rename it as "Everything" as shown below (since "Select All" may confuse users as I have a SourceSystem named as Select):

SaloniGupta_0-1637277784585.png

I am not sure how can I change my DAX to add "Everything" so that when the user selects it, it will show all the SourceSystems.
Here is my DAX:

SourceSystemName =
SWITCH(
TRUE(),
'Transaction'[IsInProfessional] = True,"Professional",
'Transaction'[IsInSelect] = True,"Select",
'Transaction'[IsInUnlimited] = True,"Unlimited",
'Transaction'[IsInCampus] = True,"Campus",
'Transaction'[IsInProfessional] = True && 'Transaction'[IsInSelect] = True && 'Transaction'[IsInUnlimited] =True ||
'Transaction'[IsInProfessional] = True && 'Transaction'[IsInSelect] = True && 'Transaction'[IsInUnlimited] = False ||
'Transaction'[IsInProfessional] = True && 'Transaction'[IsInSelect] = False && 'Transaction'[IsInUnlimited] =True ||
'Transaction'[IsInProfessional] = True && 'Transaction'[IsInSelect] = False && 'Transaction'[IsInUnlimited] = False ||
'Transaction'[IsInProfessional] = False && 'Transaction'[IsInSelect] = True && 'Transaction'[IsInUnlimited] =True ||
'Transaction'[IsInProfessional] = False && 'Transaction'[IsInSelect] = False && 'Transaction'[IsInUnlimited] =True ||
'Transaction'[IsInProfessional] = False && 'Transaction'[IsInSelect] = True && 'Transaction'[IsInUnlimited] =False ,
"Everything"
)
But this does not work and it does not show the value "Everything" which should show me all the records for all the SourceSystems.
SaloniGupta_1-1637278116866.png

Can you please help me resolve it?
Thanks in Advance!

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Maybe you build something like what I have done for single select

 

Abstract Thesis Part 42: - Single Select with Select All : https://youtu.be/plGqCEZRfXU

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @amitchandak,
Thanks a lot! It works like magic 😊

amitchandak
Super User
Super User

@Anonymous , Maybe you build something like what I have done for single select

 

Abstract Thesis Part 42: - Single Select with Select All : https://youtu.be/plGqCEZRfXU

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

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

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.