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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
joshua1990
Post Prodigy
Post Prodigy

Field Name in Dropdown

I have a dropdown by using a slicer with year, month, and week fields.

joshua1990_0-1632043297626.png

Is there any way to remove the names of the selected fields (Year, Month, and Week) in this visual?

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @joshua1990 ,

If you continue to use the current column settings, I'm afraid that the display of these fields(Year, Month and Week) on the slicer dropdown list can't be changed. You can create a calculated column below and apply it to the slicer instead of the Year, Month and Week fields.

SlicerDate = 
YEAR ( 'Date'[Date] ) & " "
    & FORMAT ( 'Date'[Date], "MMM" ) & " "
    & WEEKNUM ( 'Date'[Date], 1 )

yingyinr_0-1632289034119.png

Best Regards

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @joshua1990 ,

If you continue to use the current column settings, I'm afraid that the display of these fields(Year, Month and Week) on the slicer dropdown list can't be changed. You can create a calculated column below and apply it to the slicer instead of the Year, Month and Week fields.

SlicerDate = 
YEAR ( 'Date'[Date] ) & " "
    & FORMAT ( 'Date'[Date], "MMM" ) & " "
    & WEEKNUM ( 'Date'[Date], 1 )

yingyinr_0-1632289034119.png

Best Regards

Fowmy
Super User
Super User

@joshua1990 

Unfortunately, you cannot rename or change that part of the visual. As an alternative, create a measure to show the desired results on a card visual. 

Selection Made = SELECTEDVALUE(Dates[Year] ) & ", " &SELECTEDVALUE(Dates[Month] & ", " &SELECTEDVALUE(Dates[Week]

Or you can rename the fields in the field well to some character.
Fowmy_0-1632044264592.png


I would suggest you open a new idea or vote for one if you find there: 

https://ideas.powerbi.com/ideas/

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.