Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a dropdown by using a slicer with year, month, and week fields.
Is there any way to remove the names of the selected fields (Year, Month, and Week) in this visual?
Solved! Go to Solution.
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 )
Best Regards
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 )
Best Regards
@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.
I would suggest you open a new idea or vote for one if you find there:
https://ideas.powerbi.com/ideas/
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
143 | |
85 | |
66 | |
51 | |
45 |
User | Count |
---|---|
216 | |
89 | |
82 | |
66 | |
57 |