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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Daniel_DA
New Member

Change Multiple selections text in slicer to custom text

Hi all,

 

I am trying to to change the text "Multiple selections" when mutiple values of a slicer are selected. I want to change it to custom text. In my example, my slicer selects a "Project City" and calculates all my values, however I want to combine the values for 2 "Project Cities" and have it renamed as "Project City 1 + Project City 2" rather than "multiple selections". I am fairly new to Power BI also. 

 

This is how it shows in my dashboard when I select multiple Cities:

 Screenshot 2023-02-01 091050.png

 

  

1 ACCEPTED SOLUTION
SidTrengove
Advocate III
Advocate III

Hey @Daniel_DA 

 

Unforunately you wont be able to change the multiple selections part of the slicer.

However good new!

You can display this using a measure. For example I have brand names on my slicer and it appear like this:

SidTrengove_1-1675273782045.png

Here is the measure I have used to do this which I have added to a card visual and placed below my slicer:

 

 

 

Slicers selected = CONCATENATEX ( VALUES ( 'Product'[BrandName] ),  'Product'[BrandName], ", ")

 

 

 

 


Appreciate your Kudos!

Please accept the solution if it answers your question 🙂

 

Easy Power BI Tutorials

Unleash the full potential of Power BI with Help Xel

Visit HelpXel
2.png


View solution in original post

1 REPLY 1
SidTrengove
Advocate III
Advocate III

Hey @Daniel_DA 

 

Unforunately you wont be able to change the multiple selections part of the slicer.

However good new!

You can display this using a measure. For example I have brand names on my slicer and it appear like this:

SidTrengove_1-1675273782045.png

Here is the measure I have used to do this which I have added to a card visual and placed below my slicer:

 

 

 

Slicers selected = CONCATENATEX ( VALUES ( 'Product'[BrandName] ),  'Product'[BrandName], ", ")

 

 

 

 


Appreciate your Kudos!

Please accept the solution if it answers your question 🙂

 

Easy Power BI Tutorials

Unleash the full potential of Power BI with Help Xel

Visit HelpXel
2.png


Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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