Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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)
Solved! Go to Solution.
@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%202....
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@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%202....
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 35 | |
| 33 | |
| 32 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 96 | |
| 77 | |
| 67 | |
| 65 |