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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

DAX for replacing " ALL " in a drop down slicer to a custom text

Hi All,

I have a requirement like replacing the "All" with a custom text.

For example a I have a Shopping Store multi selection drop down. The default value "All" have to be replaced with a custom text "Please select store".  Can any one help me with the DAX for masking the slicer with a card so that it displays
1. custom text when nothing is selected
2. "Multiple Selections" when more than one store is selected.
3. Displays the selected value when a single store is selected. ,

sirishaa_0-1651229390795.png

The data source i am using for the report is a analysis service. Please help on this. 
If there is any custom visual which achieves the same.

 

Regards,

Power Bi User.

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Base on my research, there is no settings to customize the text when no option selected on the slicer.

yingyinr_1-1651648500980.png

Please try the method(see attachment) and check if it can be used as an workaround.

1. Create a measure as below

Measure = IF ( NOT ( ISFILTERED ( 'Table'[Weeks-2] ) ), "Please select store", "" )

2. Create a card visual and put the measure onto it

yingyinr_0-1651648413298.png

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

Base on my research, there is no settings to customize the text when no option selected on the slicer.

yingyinr_1-1651648500980.png

Please try the method(see attachment) and check if it can be used as an workaround.

1. Create a measure as below

Measure = IF ( NOT ( ISFILTERED ( 'Table'[Weeks-2] ) ), "Please select store", "" )

2. Create a card visual and put the measure onto it

yingyinr_0-1651648413298.png

Best Regards

lbendlin
Super User
Super User

None of this is even remotely possible.  You may need to write your own custom visual, but even then that is still a stretch.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.