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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
ronaldbalza2023
Continued Contributor
Continued Contributor

Dropdown list slicer placeholder

Hey, beautiful people!

How can I create a dropdown list slicer with a placeholder? For example, I have a column named Client Partner that contains partner names. How can I set up the slicer to display a Client Partner placeholder? Thanks in advance 🙂

ronaldbalza2023_0-1738634956724.png

 




 

1 ACCEPTED SOLUTION
danextian
Super User
Super User

Hi @ronaldbalza2023 

This feature is not currently supported. There are workarounds to make the term 'Client Partner' appear in the slicer, but it is definitely not a placeholder.

danextian_0-1738643335354.png

 

Please see the attached sample pbix.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

View solution in original post

2 REPLIES 2
danextian
Super User
Super User

Hi @ronaldbalza2023 

This feature is not currently supported. There are workarounds to make the term 'Client Partner' appear in the slicer, but it is definitely not a placeholder.

danextian_0-1738643335354.png

 

Please see the attached sample pbix.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Ritaf1983
Super User
Super User

Hi @ronaldbalza2023 

Unfortunately, this functionality isn't available in Power BI slicers.

There is an existing improvement suggestion regarding slicer limitations where you can add a comment about the placeholder feature or submit your own suggestion. Here’s the link: 

https://ideas.fabric.microsoft.com/ideas/idea/?ideaid=67a49092-e950-ef11-b4ac-6045bdb86653

In the meantime, as a workaround, you can add a row to the dimension table used by the slicer with the column name (e.g., Client Partner) and adjust your measures accordingly to achieve the desired functionality.

Ritaf1983_0-1738641391873.pngRitaf1983_1-1738641413277.png

Measure for example:

Requests QTY =
if (SELECTEDVALUE('Request type'[Request type])= "request type",CALCULATE(COUNT('Table'[ID]),REMOVEFILTERS('Request type')),
COUNT('Table'[ID]))
Result :
Ritaf1983_2-1738641471264.pngRitaf1983_3-1738641496101.png

 

Alternatively, you can use the slicer’s title or header to guide users, which is the standard approach.

It is much easier 🙂

The pbix with the example is attached

If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.

 

 

 

Regards,
Rita Fainshtein | Microsoft MVP
https://www.linkedin.com/in/rita-fainshtein/
Blog : https://www.madeiradata.com/profile/ritaf/profile

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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.

Top Solution Authors
Top Kudoed Authors