Forum Discussion
segments
Hello community!
I want to remove the calendar icon from my segment but I can't figure it out. Can someone please help me? (I don't know the least bit about coding btw)
wiameelamri
There is no option on the settings to disable the calendar icon. Follow these steps to remove it usign the Theme file.
1. Click on themes, click on "Save Current Theme"
2. Open the saved theme file in NotePad or any other applicaton that can work with JSON files
3. Insert the following code under "visualStyles": tag"slicer": { "*": { "date": [ { "hideDatePickerButton": false } ], "items": [ { "fontColor": { "solid": { "color": "#252423" } }, "padding": 4, "accessibilityContrastProperties": true } ] } },4. Save the file and import it using the themes secttion in your report
Referrance : https://powerbi.microsoft.com/en-ca/blog/power-bi-march-2022-feature-summary/#:~:text=In%20March%202022%2C%20we%20are,for%20subsequent%20visits%20to%20Home.
1 Reply
- Fowmy
Super User
wiameelamri
There is no option on the settings to disable the calendar icon. Follow these steps to remove it usign the Theme file.
1. Click on themes, click on "Save Current Theme"
2. Open the saved theme file in NotePad or any other applicaton that can work with JSON files
3. Insert the following code under "visualStyles": tag"slicer": { "*": { "date": [ { "hideDatePickerButton": false } ], "items": [ { "fontColor": { "solid": { "color": "#252423" } }, "padding": 4, "accessibilityContrastProperties": true } ] } },4. Save the file and import it using the themes secttion in your report
Referrance : https://powerbi.microsoft.com/en-ca/blog/power-bi-march-2022-feature-summary/#:~:text=In%20March%202022%2C%20we%20are,for%20subsequent%20visits%20to%20Home.